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 da4a134 commit f2d6cbcCopy full SHA for f2d6cbc
.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
25
- pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu130
+ sudo pip uninstall -y torch torchvision torchaudio fbgemm-gpu torchrec torchrl
+ pip install --pre torch torchvision torchaudio fbgemm-gpu torchrec torchrl --index-url https://download.pytorch.org/whl/nightly/cu130
26
pip show torch
27
fi
28
0 commit comments