Skip to content

Commit cf9a51d

Browse files
committed
fix
1 parent 46f1c26 commit cf9a51d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

optimum/exporters/base.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
if is_torch_available():
2525
pass
2626

27-
from .utils import (
27+
from ..utils import (
2828
DEFAULT_DUMMY_SHAPES,
2929
DummyInputGenerator,
3030
logging,
3131
)
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
3636

3737

3838
# from .model_patcher import ModelPatcher

0 commit comments

Comments
 (0)