We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6cbc01 commit 54b973cCopy full SHA for 54b973c
python/llm/src/ipex_llm/utils/__init__.py
@@ -22,7 +22,9 @@
22
23
trans_version = transformers.__version__
24
25
-if trans_version >= "4.43.0":
+if trans_version >= "4.45.0":
26
+ pass
27
+elif trans_version >= "4.43.0":
28
from .benchmark_util_4_43 import BenchmarkWrapper
29
elif trans_version >= "4.42.0":
30
from .benchmark_util_4_42 import BenchmarkWrapper
0 commit comments