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