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 eedc930 commit 4d94224Copy full SHA for 4d94224
.github/workflows/tests.yaml
@@ -85,7 +85,7 @@ jobs:
85
- name: Install PyTorch
86
if: ${{ matrix.backend == 'torch' }}
87
run: |
88
- conda install pytorch torchvision torchaudio cpuonly -c pytorch
+ pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
89
90
- name: Show Environment Info
91
0 commit comments