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 66206f4 commit 8be1ffbCopy full SHA for 8be1ffb
setup.py
@@ -61,9 +61,9 @@
61
QUALITY_REQUIRE = ["black~=23.1", "ruff==0.4.4"]
62
63
EXTRAS_REQUIRE = {
64
- "nncf": ["nncf@git+https://github.com/anzr299/nncf.git@torch250"],
+ "nncf": ["nncf@git+https://github.com/openvinotoolkit/nncf.git@release_v2140"],
65
"openvino": [
66
- "nncf@git+https://github.com/anzr299/nncf.git@torch250",
+ "nncf@git+https://github.com/openvinotoolkit/nncf.git@release_v2140",
67
"openvino==2024.4.1.dev20240926",
68
"openvino-tokenizers==2024.4.1.0.dev20240926"
69
],
0 commit comments