We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca2b6c commit f99f767Copy full SHA for f99f767
setup.py
@@ -63,9 +63,9 @@
63
"onnxruntime<1.15.0",
64
"accelerate",
65
],
66
- "openvino": ["openvino>=2023.3", "nncf>=2.8.1"],
+ "openvino": ["openvino>=2023.3", "nncf @ git+https://github.com/openvinotoolkit/nncf/tree/release_v2100"],
67
"openvino-tokenizers": ["openvino-tokenizers[transformers]"],
68
- "nncf": ["nncf>=2.8.1"],
+ "nncf": ["nncf @ git+https://github.com/openvinotoolkit/nncf/tree/release_v2100"],
69
"ipex": ["intel-extension-for-pytorch", "transformers>=4.36.0,<4.39.0"],
70
"diffusers": ["diffusers"],
71
"quality": QUALITY_REQUIRE,
0 commit comments