Skip to content

Commit a16e177

Browse files
Check NNCF release
1 parent 09a22a3 commit a16e177

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
@@ -64,8 +64,8 @@
6464
QUALITY_REQUIRE = ["black~=23.1", "ruff==0.4.4"]
6565

6666
EXTRAS_REQUIRE = {
67-
"nncf": ["nncf>=2.14.0"],
68-
"openvino": ["nncf>=2.14.0", "openvino>=2024.5.0", "openvino-tokenizers>=2024.5.0"],
67+
"nncf": ["nncf@git+https://github.com/nikita-savelyevv/nncf.git@ns/lnl-compression-fix"],
68+
"openvino": ["nncf@git+https://github.com/nikita-savelyevv/nncf.git@ns/lnl-compression-fix", "openvino>=2024.5.0", "openvino-tokenizers>=2024.5.0"],
6969
"neural-compressor": ["neural-compressor[pt]>3.0", "accelerate", "transformers<4.46"],
7070
"ipex": ["intel-extension-for-pytorch>=2.4", "transformers>4.46,<4.48", "accelerate"],
7171
"diffusers": ["diffusers"],

0 commit comments

Comments
 (0)