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 2ac4407 + 4857131 commit dff286eCopy full SHA for dff286e
.jenkins/build.sh
@@ -21,7 +21,7 @@ sudo apt-get install -y pandoc
21
22
#Install PyTorch Nightly for test.
23
# Nightly - pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html
24
-# Install 2.4 for testing - uncomment to install nightly binaries (update the version as needed).
+# Install 2.4 to merge all 2.4 PRs - uncomment to install nightly binaries (update the version as needed).
25
pip uninstall -y torch torchvision torchaudio torchtext torchdata
26
pip3 install torch==2.4.0 torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu124
27
0 commit comments