Skip to content

Commit 1e17e05

Browse files
committed
add missing import
1 parent 4a1cf6c commit 1e17e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimum/intel/ipex/modeling_base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
_patch_model,
5555
)
5656
from ..utils.constant import _TASK_ALIASES
57-
from ..utils.import_utils import is_ipex_version, is_transformers_version
57+
from ..utils.import_utils import is_ipex_version, is_torch_version, is_transformers_version
5858
from ..utils.modeling_utils import recursive_to_device
5959

6060

0 commit comments

Comments
 (0)