Skip to content

Commit 906587f

Browse files
author
Svetlana Karslioglu
committed
Update
1 parent 72db572 commit 906587f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.jenkins/build.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@ pip install -r $DIR/../requirements.txt
2626
# RC Link
2727
# pip uninstall -y torch torchvision torchaudio torchtext
2828
# 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
29+
# pip uninstall -y torch torchvision torchaudio torchtext
30+
# pip install --pre --upgrade -f https://download.pytorch.org/whl/test/cu116/torch_test.html torch torchdata torchvision torchaudio torchtext
3331

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

.jenkins/validate_tutorials_built.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
"hyperparameter_tuning_tutorial",
5252
"flask_rest_api_tutorial",
5353
"fx_numeric_suite_tutorial", # remove when https://github.com/pytorch/tutorials/pull/2089 is fixed
54-
"ax_multiobjective_nas_tutorial",
5554
]
5655

5756

0 commit comments

Comments
 (0)