We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb1b35b + a814adf commit abe944cCopy full SHA for abe944c
.github/workflows/test_ipex.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install dependencies
31
run: |
32
python -m pip install --upgrade pip
33
- pip install torch==2.2 torchaudio torchvision --extra-index-url https://download.pytorch.org/whl/cpu
+ pip install torch torchaudio torchvision --extra-index-url https://download.pytorch.org/whl/cpu
34
pip install .[ipex,tests]
35
- name: Test with Pytest
36
0 commit comments