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 f2d6cbc commit e31a1c8Copy full SHA for e31a1c8
.jenkins/build.sh
@@ -21,8 +21,8 @@ sudo apt-get install -y pandoc
21
22
# Install PyTorch Nightly for test.
23
if [ "${USE_NIGHTLY:-0}" -eq 1 ]; then
24
- sudo pip uninstall -y torch torchvision torchaudio fbgemm-gpu torchrec torchrl
25
- pip install --pre torch torchvision torchaudio fbgemm-gpu torchrec torchrl --index-url https://download.pytorch.org/whl/nightly/cu130
+ sudo pip uninstall -y torch torchvision torchaudio
+ pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu130
26
pip show torch
27
fi
28
0 commit comments