We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2572e60 commit 5a6520dCopy full SHA for 5a6520d
.github/workflows/rebuild-and-publish.yml
@@ -29,7 +29,7 @@ jobs:
29
pip install setuptools wheel twine
30
pip install build
31
pip install sphinx
32
- pip install torch --index-url https://download.pytorch.org/whl/cpu
+ pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
33
34
- name: Install package in editable mode
35
run: |
0 commit comments