We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c6298 commit 3a8ffc4Copy full SHA for 3a8ffc4
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
run: |
33
python -m pip install --upgrade pip
34
# cpu version of pytorch
35
- pip install torch==2.1.0 --index-url https://download.pytorch.org/whl/cpu
+ pip install torch --index-url https://download.pytorch.org/whl/cpu
36
37
pip install .[tests,docs]
38
# Use headless version
0 commit comments