mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-24 12:09:22 +01:00
fix missing import (#1126)
Co-authored-by: Yingda Chen <yingda.chen@alibaba-inc.com>
This commit is contained in:
@@ -7,7 +7,8 @@ import tempfile
|
||||
from shutil import move, rmtree
|
||||
from typing import Dict
|
||||
|
||||
from modelscope.hub.constants import FILE_HASH
|
||||
from modelscope.hub.constants import ( # noqa
|
||||
FILE_HASH, MODELSCOPE_ENABLE_DEFAULT_HASH_VALIDATION)
|
||||
from modelscope.hub.utils.utils import compute_hash
|
||||
from modelscope.utils.logger import get_logger
|
||||
|
||||
|
||||
Reference in New Issue
Block a user