Skip to content

Commit 5de1015

Browse files
committed
Move back to stable binaries (#2752)
1 parent 4585e80 commit 5de1015

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.jenkins/build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ pip install --progress-bar off -r $DIR/../requirements.txt
2424

2525
#Install PyTorch Nightly for test.
2626
# Nightly - pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html
27-
# Install 2.2 for testing
28-
pip uninstall -y torch torchvision torchaudio torchtext torchdata
29-
pip3 install torch==2.2.0 torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu121
30-
pip3 install torchdata torchtext --index-url https://download.pytorch.org/whl/test/cpu
27+
# Install 2.2 for testing - uncomment to install nightly binaries (update the version as needed).
28+
# pip uninstall -y torch torchvision torchaudio torchtext torchdata
29+
# pip3 install torch==2.2.0 torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu121
30+
# pip3 install torchdata torchtext --index-url https://download.pytorch.org/whl/test/cpu
3131

3232
# Install two language tokenizers for Translation with TorchText tutorial
3333
python -m spacy download en_core_web_sm

0 commit comments

Comments
 (0)