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 a43ed6a commit 168b798Copy full SHA for 168b798
.github/actions/setup-build/action.yml
@@ -40,8 +40,7 @@ runs:
40
- name: Install PyTorch nightly depends
41
if: ${{ runner.os != 'Linux' }}
42
run: |
43
- python -m pip install -r pytorch-requirements.txt
44
- python -m pip install -r build-requirements.txt
+ python -m pip install --no-cache-dir torch torchvision --index-url https://download.pytorch.org/whl/cpu
45
shell: bash
46
47
- name: Install prerequisites (Linux)
0 commit comments