Skip to content

Commit 136eae5

Browse files
Tweak
1 parent 2b79a0d commit 136eae5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060

6161
EXTRAS_REQUIRE = {
6262
"neural-compressor": ["neural-compressor>=2.2.0", "onnxruntime<1.15.0", "accelerate"],
63-
"openvino": ["openvino>=2023.3", "nncf @ git+https://github.com/openvinotoolkit/nncf/tree/release_v2100", "openvino-tokenizers[transformers]"],
64-
"nncf": ["nncf @ git+https://github.com/openvinotoolkit/nncf/tree/release_v2100"],
63+
"openvino": ["openvino>=2023.3", "nncf @ git+https://github.com/openvinotoolkit/nncf.git@release_v2100", "openvino-tokenizers[transformers]"],
64+
"nncf": ["nncf @ git+https://github.com/openvinotoolkit/nncf.git@release_v2100"],
6565
"ipex": ["intel-extension-for-pytorch", "transformers>=4.36.0,<4.39.0"],
6666
"diffusers": ["diffusers"],
6767
"quality": QUALITY_REQUIRE,

0 commit comments

Comments
 (0)