mirror of
https://github.com/modelscope/modelscope.git
synced 2026-02-25 04:30:48 +01:00
fix cr issue
This commit is contained in:
@@ -73,6 +73,8 @@ class DownloadCMD(CLICommand):
|
||||
model_file_download(
|
||||
self.args.model,
|
||||
self.args.files[0],
|
||||
cache_dir=self.args.cache_dir,
|
||||
local_dir=self.args.local_dir,
|
||||
revision=self.args.revision)
|
||||
elif len(self.args.files) > 1: # download specified multiple files.
|
||||
snapshot_download(
|
||||
|
||||
Reference in New Issue
Block a user