We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a503e2 commit da2211bCopy full SHA for da2211b
.github/workflows/test_openvino.yml
@@ -39,7 +39,7 @@ jobs:
39
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
40
pip install .[openvino,openvino-tokenizers,tests,diffusers] onnxruntime
41
pip install transformers==${{ matrix.transformers-version }}
42
- pip install -U --pre openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly/
+ pip install -U --pre openvino==2024.5.0.dev20240923 openvino-tokenizers==2024.5.0.dev20240923 --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly/
43
pip install git+https://github.com/openvinotoolkit/nncf.git@2efda7dd16276c8d8f70fabfb9a94b4bcd7af08f
44
45
- name: Test with Pytest
0 commit comments