This commit is contained in:
Yingda Chen
2025-02-19 16:49:50 +08:00
parent fc35657048
commit da3c3c1883

View File

@@ -3,7 +3,7 @@ import os
from argparse import ArgumentParser
from modelscope.cli.base import CLICommand
from modelscope.hub.api import HubApi, ModelScopeConfig
from modelscope.hub.api import HubApi
from modelscope.hub.constants import DEFAULT_MAX_WORKERS
from modelscope.hub.file_download import (dataset_file_download,
model_file_download)