File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,8 @@ pip install -r $DIR/../requirements.txt
26
26
# RC Link
27
27
# pip uninstall -y torch torchvision torchaudio torchtext
28
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
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
33
31
34
32
# Install two language tokenizers for Translation with TorchText tutorial
35
33
python -m spacy download en_core_web_sm
Original file line number Diff line number Diff line change 51
51
"hyperparameter_tuning_tutorial" ,
52
52
"flask_rest_api_tutorial" ,
53
53
"fx_numeric_suite_tutorial" , # remove when https://github.com/pytorch/tutorials/pull/2089 is fixed
54
- "ax_multiobjective_nas_tutorial" ,
55
54
]
56
55
57
56
You can’t perform that action at this time.
0 commit comments