Skip to content

Commit

Permalink
remove MINIMUM_DOWNLOAD_INTERVAL_SECONDS
Browse files Browse the repository at this point in the history
  • Loading branch information
mulin.lyh committed Feb 22, 2024
1 parent 99cfe7a commit 9a795ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modelscope/hub/snapshot_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
from modelscope.hub.api import HubApi, ModelScopeConfig
from modelscope.utils.constant import DEFAULT_MODEL_REVISION
from modelscope.utils.logger import get_logger
from .constants import (FILE_HASH, MINIMUM_DOWNLOAD_INTERVAL_SECONDS,
MODELSCOPE_DOWNLOAD_PARALLELS,
from .constants import (FILE_HASH, MODELSCOPE_DOWNLOAD_PARALLELS,
MODELSCOPE_PARALLEL_DOWNLOAD_THRESHOLD_MB)
from .file_download import (get_file_download_url, http_get_file,
parallel_download)
Expand Down

0 comments on commit 9a795ee

Please sign in to comment.