Skip to content

Commit

Permalink
Update OV to lateset 2024.2 nightly and NNCF to 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-savelyevv committed May 29, 2024
1 parent aefabf0 commit ff04b69
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>=2023.3", "nncf>=2.10.0", "openvino-tokenizers[transformers]"],
"nncf": ["nncf>=2.10.0"],
"openvino": ["openvino-nightly==2024.2.0.dev20240523", "git+https://github.com/openvinotoolkit/nncf.git@release_v2110", "openvino-tokenizers[transformers]"],
"nncf": ["git+https://github.com/openvinotoolkit/nncf.git@release_v2110"],
"ipex": ["intel-extension-for-pytorch", "transformers>=4.36.0,<4.39.0"],
"diffusers": ["diffusers"],
"quality": QUALITY_REQUIRE,
Expand Down

0 comments on commit ff04b69

Please sign in to comment.