File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 7070 - if : ${{ matrix.test-pattern == '*modeling*' }}
7171 name : Install dependencies (nightly)
7272 run : |
73- pip install --upgrade --pre openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
73+ pip install --upgrade --pre openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release
7474
7575 - if : ${{ matrix.test-pattern == '*modeling*' }}
7676 name : Test with Pytest (nightly)
Original file line number Diff line number Diff line change 4343 pip install --upgrade pip
4444 pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
4545 pip install .[openvino,tests] transformers[testing]
46+ pip install --upgrade --pre openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release
4647 pip uninstall -y nncf
4748
4849 - if : ${{ matrix.transformers-version != 'latest' }}
You can’t perform that action at this time.
0 commit comments