Skip to content

Commit 602e247

Browse files
Fix
1 parent 43cc1a1 commit 602e247

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

6565
EXTRAS_REQUIRE = {
66-
"nncf": ["nncf@git+https://github.com/nikita-savelyevv/nncf.git@ad/compress-via-openvino"],
67-
"openvino": ["nncf@git+https://github.com/nikita-savelyevv/nncf.git@ad/compress-via-openvino", "openvino>=2024.5.0", "openvino-tokenizers>=2024.5.0"],
66+
"nncf": ["nncf@git+https://github.com/nikita-savelyevv/nncf.git@compress-via-openvino"],
67+
"openvino": ["nncf@git+https://github.com/nikita-savelyevv/nncf.git@compress-via-openvino", "openvino>=2024.5.0", "openvino-tokenizers>=2024.5.0"],
6868
"neural-compressor": ["neural-compressor[pt]>3.0", "accelerate", "transformers<4.46"],
6969
"ipex": ["intel-extension-for-pytorch>=2.4", "transformers>4.46,<4.48", "accelerate"],
7070
"diffusers": ["diffusers"],

0 commit comments

Comments
 (0)