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.
2 parents 0dca06c + cde7ff0 commit 7cce538Copy full SHA for 7cce538
.github/workflows/codeql.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install Torch
32
run: |
33
python -m pip install cmake
34
- python -m pip install torch==1.8.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
+ python -m pip install --pre torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
35
sudo ln -s /usr/bin/ninja /usr/bin/ninja-build
36
37
- name: Build TorchVision
0 commit comments