Skip to content

Commit e3e6e0c

Browse files
authored
Update build.sh
1 parent a179703 commit e3e6e0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.jenkins/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ pip install --progress-bar off -r $DIR/../requirements.txt
3030
# Nightly - pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html
3131
# Install 2.2 for testing - uncomment to install nightly binaries (update the version as needed).
3232
pip uninstall -y torch torchvision torchaudio torchtext torchdata
33-
pip3 install torch==2.3.0 torchvision torchaudio torchtext --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu121
33+
pip3 install torch==2.3.0 torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu121
34+
pip3 install torchtext --index-url https://download.pytorch.org/whl/test/cpu
3435

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

0 commit comments

Comments
 (0)