File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 24
24
if is_torch_available ():
25
25
pass
26
26
27
- from .utils import (
27
+ from .. utils import (
28
28
DEFAULT_DUMMY_SHAPES ,
29
29
DummyInputGenerator ,
30
30
logging ,
31
31
)
32
- from .utils import TORCH_MINIMUM_VERSION as GLOBAL_MIN_TORCH_VERSION
33
- from .utils import TRANSFORMERS_MINIMUM_VERSION as GLOBAL_MIN_TRANSFORMERS_VERSION
34
- from .utils .doc import add_dynamic_docstring
35
- from .utils .import_utils import is_torch_version , is_transformers_version
32
+ from .. utils import TORCH_MINIMUM_VERSION as GLOBAL_MIN_TORCH_VERSION
33
+ from .. utils import TRANSFORMERS_MINIMUM_VERSION as GLOBAL_MIN_TRANSFORMERS_VERSION
34
+ from .. utils .doc import add_dynamic_docstring
35
+ from .. utils .import_utils import is_torch_version , is_transformers_version
36
36
37
37
38
38
# from .model_patcher import ModelPatcher
You can’t perform that action at this time.
0 commit comments