We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded77f7 commit d6e4802Copy full SHA for d6e4802
.github/workflows/tests.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Install dependencies
43
run: |
44
python -m pip install --upgrade pip uv
45
- python -m uv pip install torch==1.9.0+cpu torchvision==0.10.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
+ python -m uv pip install torch==2.3.1+cpu torchvision==0.18.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
46
make install_dev
47
- name: Test with pytest
48
run: make test
0 commit comments