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 170c23c commit 0fd2cbfCopy full SHA for 0fd2cbf
.github/workflows/test_openvino_basic.yml
@@ -50,7 +50,7 @@ jobs:
50
python -m pip install --upgrade pip
51
# Install PyTorch CPU to prevent unnecessary downloading/installing of CUDA packages
52
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
53
- pip install ${{ matrix.openvino }} ${{ matrix.nncf }}
+ pip install ${{ matrix.openvino }}
54
pip install .[tests]
55
pip install transformers==${{ matrix.transformers-version }}
56
@@ -63,6 +63,7 @@ jobs:
63
64
- name: Slow tests
65
run: |
66
+ pip install ${{ matrix.nncf }}
67
pytest tests/openvino -s -m "run_slow" --durations=0
68
env:
69
RUN_SLOW: 1
0 commit comments