Skip to content

Commit

Permalink
Remove pytorch v2.1.2 constraint for tests since ipex v2.2.0 release (
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix authored Feb 6, 2024
1 parent ad99b98 commit 24a1e30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test_ipex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install torch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 --index-url https://download.pytorch.org/whl/cpu
pip install .[ipex,tests]
- name: Test with Pytest
run: |
Expand Down

0 comments on commit 24a1e30

Please sign in to comment.