Skip to content

Commit

Permalink
Update NNCF to 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-savelyevv committed Sep 9, 2024
1 parent 4dc4d57 commit b6046b1
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,<3.0", "accelerate", "transformers<4.43"],
"openvino": ["openvino>=2023.3", "nncf>=2.11.0", "openvino-tokenizers[transformers]"],
"nncf": ["nncf>=2.11.0"],
"openvino": ["openvino>=2023.3", "nncf@git+https://github.com/openvinotoolkit/nncf.git@release_v2130", "openvino-tokenizers[transformers]"],
"nncf": ["nncf@git+https://github.com/openvinotoolkit/nncf.git@release_v2130"],
"ipex": ["intel-extension-for-pytorch", "transformers>=4.39,<4.45"],
"diffusers": ["diffusers"],
"quality": QUALITY_REQUIRE,
Expand Down

0 comments on commit b6046b1

Please sign in to comment.