File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,6 @@ 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
33
28
34
29
# Install two language tokenizers for Translation with TorchText tutorial
35
30
python -m spacy download en_core_web_sm
@@ -49,8 +44,6 @@ if [[ "${JOB_BASE_NAME}" == *worker_* ]]; then
49
44
# python $DIR/remove_runnable_code.py intermediate_source/spatial_transformer_tutorial.py intermediate_source/spatial_transformer_tutorial.py || true
50
45
# Temp remove for 1.10 release.
51
46
# python $DIR/remove_runnable_code.py advanced_source/neural_style_tutorial.py advanced_source/neural_style_tutorial.py || true
52
- # Temp remove for 1.13 release.
53
- python $DIR /remove_runnable_code.py beginner_source/fx_numeric_suite_tutorial.py beginner_source/fx_numeric_suite_tutorial.py || true
54
47
55
48
# TODO: Fix bugs in these tutorials to make them runnable again
56
49
# python $DIR/remove_runnable_code.py beginner_source/audio_classifier_tutorial.py beginner_source/audio_classifier_tutorial.py || true
Original file line number Diff line number Diff line change 50
50
"recipes/Captum_Recipe" ,
51
51
"hyperparameter_tuning_tutorial" ,
52
52
"flask_rest_api_tutorial" ,
53
- "fx_numeric_suite_tutorial" , # remove when https://github.com/pytorch/tutorials/pull/2089 is fixed
54
- "ax_multiobjective_nas_tutorial" ,
55
53
]
56
54
57
55
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ torchvision
13
13
torchtext
14
14
torchaudio
15
15
torchdata
16
+ functorch >= 0.2.1
16
17
networkx
17
18
PyHamcrest
18
19
bs4
@@ -28,7 +29,7 @@ ax-platform
28
29
nbformat >= 4.2.0
29
30
datasets
30
31
transformers
31
- torchmultimodal-nightly
32
+ torchmultimodal-nightly # needs to be updated to stable as soon as it's avaialable
32
33
deep_phonemizer == 0.0.17
33
34
34
35
# the following is necessary due to https://github.com/python/importlib_metadata/issues/411
You can’t perform that action at this time.
0 commit comments