Skip to content

Commit cff152e

Browse files
author
Svetlana Karslioglu
committed
rebase
1 parent 0a10b61 commit cff152e

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

.jenkins/build.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ pip install -r $DIR/../requirements.txt
2525
# Nightly - pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html
2626
# RC Link
2727
# 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
3328

3429
# Install two language tokenizers for Translation with TorchText tutorial
3530
python -m spacy download en_core_web_sm
@@ -49,8 +44,6 @@ if [[ "${JOB_BASE_NAME}" == *worker_* ]]; then
4944
# python $DIR/remove_runnable_code.py intermediate_source/spatial_transformer_tutorial.py intermediate_source/spatial_transformer_tutorial.py || true
5045
# Temp remove for 1.10 release.
5146
# 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
5447

5548
# TODO: Fix bugs in these tutorials to make them runnable again
5649
# python $DIR/remove_runnable_code.py beginner_source/audio_classifier_tutorial.py beginner_source/audio_classifier_tutorial.py || true

.jenkins/validate_tutorials_built.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@
5050
"recipes/Captum_Recipe",
5151
"hyperparameter_tuning_tutorial",
5252
"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",
5553
]
5654

5755

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ torchvision
1313
torchtext
1414
torchaudio
1515
torchdata
16+
functorch>=0.2.1
1617
networkx
1718
PyHamcrest
1819
bs4
@@ -28,7 +29,7 @@ ax-platform
2829
nbformat>=4.2.0
2930
datasets
3031
transformers
31-
torchmultimodal-nightly
32+
torchmultimodal-nightly # needs to be updated to stable as soon as it's avaialable
3233
deep_phonemizer==0.0.17
3334

3435
# the following is necessary due to https://github.com/python/importlib_metadata/issues/411

0 commit comments

Comments
 (0)