diff --git a/.jenkins/build.sh b/.jenkins/build.sh index f8f3f35690d..ddb83ad5c16 100755 --- a/.jenkins/build.sh +++ b/.jenkins/build.sh @@ -25,9 +25,9 @@ pip install --progress-bar off -r $DIR/../requirements.txt #Install PyTorch Nightly for test. # Nightly - pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html # Install 2.1 for testing -pip uninstall -y torch torchvision torchaudio torchtext torchdata -pip3 install torch torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu121 -pip3 install torchdata torchtext --index-url https://download.pytorch.org/whl/test/cpu +# pip uninstall -y torch torchvision torchaudio torchtext torchdata +# pip3 install torch torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu121 +# pip3 install torchdata torchtext --index-url https://download.pytorch.org/whl/test/cpu # Install two language tokenizers for Translation with TorchText tutorial python -m spacy download en_core_web_sm