Skip to content

Commit abe944c

Browse files
Merge pull request #706 from huggingface/unpin-torch-ipex
Unpin torch 2.2 in IPEX tests
2 parents fb1b35b + a814adf commit abe944c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_ipex.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: |
3232
python -m pip install --upgrade pip
33-
pip install torch==2.2 torchaudio torchvision --extra-index-url https://download.pytorch.org/whl/cpu
33+
pip install torch torchaudio torchvision --extra-index-url https://download.pytorch.org/whl/cpu
3434
pip install .[ipex,tests]
3535
- name: Test with Pytest
3636
run: |

0 commit comments

Comments
 (0)