Skip to content

Commit

Permalink
Check CI with release NNCF
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-savelyevv committed Apr 22, 2024
1 parent e88811d commit a61cea8
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,9 +63,9 @@
"onnxruntime<1.15.0",
"accelerate",
],
"openvino": ["openvino>=2023.3", "nncf>=2.8.1"],
"openvino": ["openvino>=2023.3", "nncf @ git+https://github.com/openvinotoolkit/nncf/tree/release_v2100"],
"openvino-tokenizers": ["openvino-tokenizers[transformers]"],
"nncf": ["nncf>=2.8.1"],
"nncf": ["nncf @ git+https://github.com/openvinotoolkit/nncf/tree/release_v2100"],
"ipex": ["intel-extension-for-pytorch", "transformers>=4.36.0,<4.39.0"],
"diffusers": ["diffusers"],
"quality": QUALITY_REQUIRE,
Expand Down

0 comments on commit a61cea8

Please sign in to comment.