Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-savelyevv committed Jan 22, 2025
1 parent 43cc1a1 commit 602e247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
QUALITY_REQUIRE = ["black~=23.1", "ruff==0.4.4"]

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

0 comments on commit 602e247

Please sign in to comment.