Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Commit 9df0446

Browse files
committed
fix download errors
1 parent 2e5671a commit 9df0446

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bytesep/__main__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def download_checkpoints(args) -> NoReturn:
3737
local_checkpoint_link = os.path.join(
3838
local_checkpoints_dir, checkpoint_name.split("?")[0]
3939
)
40-
print(remote_checkpoint_link)
4140
command_str = 'wget -O "{}" "{}"'.format(
4241
local_checkpoint_link, remote_checkpoint_link
4342
)

0 commit comments

Comments
 (0)