Skip to content

Commit

Permalink
NNCF 2.12 & OV 2024.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-savelyevv committed Jul 26, 2024
1 parent 59b8a12 commit 12814fc
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 @@ -60,8 +60,8 @@

EXTRAS_REQUIRE = {
"neural-compressor": ["neural-compressor>=2.2.0", "onnxruntime<1.15.0", "accelerate"],
"openvino": ["openvino-nightly==2024.2.0.dev20240523", "nncf==2.10.0", "openvino-tokenizers[transformers]"],
"nncf": ["nncf==2.10.0"],
"openvino": ["openvino==2024.2.0", "nncf@git+https://github.com/openvinotoolkit/nncf.git@release_v2120", "openvino-tokenizers[transformers]"],
"nncf": ["nncf@git+https://github.com/openvinotoolkit/nncf.git@release_v2120"],
"ipex": ["intel-extension-for-pytorch", "transformers>=4.36.0,<4.39.0"],
"diffusers": ["diffusers"],
"quality": QUALITY_REQUIRE,
Expand Down

0 comments on commit 12814fc

Please sign in to comment.