Skip to content

Commit 5ccb854

Browse files
committedApr 24, 2024
tmp add test
1 parent 431db93 commit 5ccb854

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/test_openvino.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
matrix:
2020
python-version: [3.8, 3.11]
2121
os: [ubuntu-latest]
22+
transformers: ["4.39.3", "4.40.1"]
2223

2324
runs-on: ${{ matrix.os }}
2425
steps:
@@ -31,6 +32,7 @@ jobs:
3132
run: |
3233
python -m pip install --upgrade pip
3334
# install PyTorch CPU version to avoid installing CUDA packages on GitHub runner without GPU
35+
pip install transformers==${{ matrix.transformers }}
3436
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
3537
pip install .[openvino,openvino-tokenizers,tests,diffusers] onnxruntime
3638
- name: Test with Pytest

0 commit comments

Comments
 (0)