Skip to content

Commit ff156fa

Browse files
author
Svetlana Karslioglu
committed
Temporarily disabling fx_numeric_suite_tutorial
1 parent 88dff2e commit ff156fa

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
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

0 commit comments

Comments
 (0)