Skip to content

Commit 9d03415

Browse files
committed
support torch2.1 and ipex2.1 version
1 parent 4011612 commit 9d03415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
],
4747
"openvino": ["openvino>=2023.1.0", "onnx", "onnxruntime"],
4848
"nncf": ["nncf>=2.6.0"],
49-
"ipex": ["transformers<4.32.0", "intel-extension-for-pytorch", "onnx", "torch<2.1.0"],
49+
"ipex": ["transformers<4.32.0", "intel-extension-for-pytorch<2.1.0", "onnx", "torch<2.1.0"],
5050
"diffusers": ["diffusers"],
5151
"quality": QUALITY_REQUIRE,
5252
"tests": TESTS_REQUIRE,

0 commit comments

Comments
 (0)