Skip to content

Commit

Permalink
install only cpu versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Aug 20, 2024
1 parent 70fc688 commit fc8325c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install pytest
python -m pip install wheel
python -m pip install torch==2.4.0+cpu torchvision==0.19.0+cpu
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
run: |
Expand Down

0 comments on commit fc8325c

Please sign in to comment.