Skip to content

Commit

Permalink
Temporary switched to NNCF develop and openvino-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKoff88 committed Nov 2, 2023
1 parent ceb73e4 commit 35cef0e
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 @@ -42,8 +42,8 @@
"onnx",
"onnxruntime<1.15.0",
],
"openvino": ["openvino>=2023.1.0", "onnx", "onnxruntime"],
"nncf": ["nncf>=2.6.0"],
"openvino": ["openvino-nightly", "onnx", "onnxruntime"],
"nncf": ["nncf @ git+https://github.com/openvinotoolkit/nncf.git"],
"ipex": ["transformers<4.32.0", "intel-extension-for-pytorch", "onnx"],
"diffusers": ["diffusers"],
"quality": QUALITY_REQUIRE,
Expand Down

0 comments on commit 35cef0e

Please sign in to comment.