We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b627f4 commit 0ae5f8aCopy full SHA for 0ae5f8a
.github/workflows/test_ipex.yml
@@ -30,6 +30,7 @@ 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