Skip to content

Commit db05589

Browse files
author
Svetlana Karslioglu
committed
rebase to master
1 parent 304f08d commit db05589

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.jenkins/build.sh

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ pip install -r $DIR/../requirements.txt
2525
# Nightly - pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html
2626
# RC Link
2727
# pip uninstall -y torch torchvision torchaudio torchtext
28-
# pip install --pre --upgrade -f https://download.pytorch.org/whl/test/cu102/torch_test.html torch torchvision torchaudio torchtext
29-
30-
# Test enabled for PyTorch 1.13 RC Below
31-
pip uninstall -y torch torchvision torchaudio torchtext
32-
pip install --pre --upgrade -f https://download.pytorch.org/whl/test/cu116/torch_test.html torch torchdata torchvision torchaudio torchtext
28+
# pip install --pre --upgrade -f https://download.pytorch.org/whl/test/cu102/torch_test.html torch torchvision torchaudio torchtext
29+
# pip uninstall -y torch torchvision torchaudio torchtext
30+
# pip install -f https://download.pytorch.org/whl/test/cu111/torch_test.html torch torchvision torchaudio torchtext
3331

3432
# Install two language tokenizers for Translation with TorchText tutorial
3533
python -m spacy download en_core_web_sm
@@ -49,7 +47,6 @@ if [[ "${JOB_BASE_NAME}" == *worker_* ]]; then
4947
# python $DIR/remove_runnable_code.py intermediate_source/spatial_transformer_tutorial.py intermediate_source/spatial_transformer_tutorial.py || true
5048
# Temp remove for 1.10 release.
5149
# python $DIR/remove_runnable_code.py advanced_source/neural_style_tutorial.py advanced_source/neural_style_tutorial.py || true
52-
5350
# TODO: Fix bugs in these tutorials to make them runnable again
5451
# python $DIR/remove_runnable_code.py beginner_source/audio_classifier_tutorial.py beginner_source/audio_classifier_tutorial.py || true
5552

0 commit comments

Comments
 (0)