mirror of
https://github.com/modelscope/modelscope.git
synced 2026-02-24 04:01:10 +01:00
fix
This commit is contained in:
@@ -157,7 +157,7 @@ class DownloadCMD(CLICommand):
|
||||
ignore_file_pattern=convert_patterns(self.args.exclude),
|
||||
max_workers=self.args.max_workers,
|
||||
cookies=cookies)
|
||||
print(f'\nSuccessfully Downloaded from Model {self.args.model}.\n')
|
||||
print(f'\nSuccessfully Downloaded from model {self.args.model}.\n')
|
||||
elif self.args.dataset:
|
||||
dataset_revision: str = self.args.revision if self.args.revision else DEFAULT_DATASET_REVISION
|
||||
if len(self.args.files) == 1: # download single file
|
||||
@@ -189,7 +189,7 @@ class DownloadCMD(CLICommand):
|
||||
max_workers=self.args.max_workers,
|
||||
cookies=cookies)
|
||||
print(
|
||||
f'\nSuccessfully Downloaded from Dataset {self.args.dataset}.\n'
|
||||
f'\nSuccessfully Downloaded from dataset {self.args.dataset}.\n'
|
||||
)
|
||||
else:
|
||||
pass # noop
|
||||
|
||||
Reference in New Issue
Block a user