File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,9 @@ pip install -r $DIR/../requirements.txt
25
25
# Nightly - pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html
26
26
# RC Link
27
27
# 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
33
31
34
32
# Install two language tokenizers for Translation with TorchText tutorial
35
33
python -m spacy download en_core_web_sm
@@ -49,7 +47,6 @@ if [[ "${JOB_BASE_NAME}" == *worker_* ]]; then
49
47
# python $DIR/remove_runnable_code.py intermediate_source/spatial_transformer_tutorial.py intermediate_source/spatial_transformer_tutorial.py || true
50
48
# Temp remove for 1.10 release.
51
49
# python $DIR/remove_runnable_code.py advanced_source/neural_style_tutorial.py advanced_source/neural_style_tutorial.py || true
52
-
53
50
# TODO: Fix bugs in these tutorials to make them runnable again
54
51
# python $DIR/remove_runnable_code.py beginner_source/audio_classifier_tutorial.py beginner_source/audio_classifier_tutorial.py || true
55
52
You can’t perform that action at this time.
0 commit comments