mirror of
https://github.com/modelscope/modelscope.git
synced 2026-02-24 20:19:51 +01:00
fix download config copy
This commit is contained in:
@@ -18,3 +18,6 @@ class DataDownloadConfig(DownloadConfig):
|
||||
oss_config: Optional[dict] = {}
|
||||
meta_args_map: Optional[dict] = {}
|
||||
num_proc: int = 4
|
||||
|
||||
def copy(self) -> 'DataDownloadConfig':
|
||||
return self
|
||||
|
||||
Reference in New Issue
Block a user