Skip to content

Commit 4d01dcd

Browse files
Update versions
1 parent cea1031 commit 4d01dcd

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.github/workflows/test_openvino.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
4646
pip install .[openvino,openvino-tokenizers,diffusers,tests] transformers[testing]
4747
pip install --pre -U openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release
48-
pip install git+https://github.com/openvinotoolkit/nncf.git@release_v2160
48+
pip install git+https://github.com/openvinotoolkit/nncf.git@release_v2180
4949
5050
- if: ${{ matrix.transformers-version != 'latest' }}
5151
name: Install specific dependencies and versions required for older transformers

.github/workflows/test_openvino_full.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: Install nncf develop
7070
if: ${{ matrix.nncf == 'nncf-develop' }}
71-
run: pip install git+https://github.com/openvinotoolkit/nncf.git@release_v2160
71+
run: pip install git+https://github.com/openvinotoolkit/nncf.git@release_v2180
7272

7373
- name: Install nncf release
7474
if: ${{ matrix.nncf == 'nncf-stable' }}
@@ -90,5 +90,4 @@ jobs:
9090
run: pytest tests/openvino --durations=0
9191
env:
9292
RUN_SLOW: 1
93-
HF_TOKEN: ${{ secrets.HF_HUB_READ_TOKEN }}
9493
HF_HUB_READ_TOKEN: ${{ secrets.HF_HUB_READ_TOKEN }}

.github/workflows/test_openvino_notebooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
pip install -r notebooks/openvino/requirements.txt
4444
pip install .[tests,openvino] nbval
4545
pip install --pre -U openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release
46-
pip install git+https://github.com/openvinotoolkit/nncf.git@release_v2160
46+
pip install git+https://github.com/openvinotoolkit/nncf.git@release_v2180
4747
4848
- name: Test with Pytest
4949
run: |

.github/workflows/test_openvino_slow.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,11 @@ jobs:
7575
7676
- name: Install dependencies (slow)
7777
run: |
78-
pip install git+https://github.com/openvinotoolkit/nncf.git@release_v2160
78+
pip install git+https://github.com/openvinotoolkit/nncf.git@release_v2180
7979
8080
- name: Test with Pytest (slow)
8181
run: |
8282
pytest tests/openvino -m "run_slow" --durations=0
8383
env:
8484
RUN_SLOW: 1
85-
HF_TOKEN: ${{ secrets.HF_HUB_READ_TOKEN }}
8685
HF_HUB_READ_TOKEN: ${{ secrets.HF_HUB_READ_TOKEN }}

0 commit comments

Comments
 (0)