Skip to content

Commit

Permalink
support torch2.1 and ipex2.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
PenghuiCheng committed Oct 23, 2023
1 parent 4011612 commit 9d03415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
],
"openvino": ["openvino>=2023.1.0", "onnx", "onnxruntime"],
"nncf": ["nncf>=2.6.0"],
"ipex": ["transformers<4.32.0", "intel-extension-for-pytorch", "onnx", "torch<2.1.0"],
"ipex": ["transformers<4.32.0", "intel-extension-for-pytorch<2.1.0", "onnx", "torch<2.1.0"],
"diffusers": ["diffusers"],
"quality": QUALITY_REQUIRE,
"tests": TESTS_REQUIRE,
Expand Down

0 comments on commit 9d03415

Please sign in to comment.