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 730c5e1 commit 3975ec5Copy full SHA for 3975ec5
.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