Skip to content

Commit

Permalink
Set 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-savelyevv committed Aug 1, 2024
1 parent 3d4c41e commit 87ad543
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", "accelerate"],
"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"],
"openvino": ["openvino==2024.2.0", "nncf==2.11.0", "openvino-tokenizers[transformers]"],
"nncf": ["nncf==2.11.0"],
"ipex": ["intel-extension-for-pytorch", "transformers>=4.39.0,<=4.42.3"],
"diffusers": ["diffusers"],
"quality": QUALITY_REQUIRE,
Expand Down

0 comments on commit 87ad543

Please sign in to comment.