Skip to content

Commit

Permalink
Use nncf develop
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-savelyevv committed Oct 16, 2024
1 parent f7d379d commit 8b79280
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,10 +63,10 @@
"neural-compressor": ["neural-compressor[pt]>3.0", "accelerate"],
"openvino": [
"openvino==2024.4.1.dev20240926",
"nncf>=2.11.0",
"nncf@git+https://github.com/openvinotoolkit/nncf.git@30f579b37de67e3cbb85d074ea7bc9e2526cc325",
"openvino-tokenizers[transformers]==2024.4.1.0.dev20240926",
],
"nncf": ["nncf>=2.11.0"],
"nncf": ["nncf@git+https://github.com/openvinotoolkit/nncf.git@30f579b37de67e3cbb85d074ea7bc9e2526cc325"],
"ipex": ["intel-extension-for-pytorch", "transformers>=4.39,<4.45"],
"diffusers": ["diffusers"],
"quality": QUALITY_REQUIRE,
Expand Down

0 comments on commit 8b79280

Please sign in to comment.