Skip to content

Commit d99d7e6

Browse files
committed
Turn off failing torchtext tutorials
1 parent e3e6e0c commit d99d7e6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.jenkins/build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ pip install --progress-bar off -r $DIR/../requirements.txt
3131
# Install 2.2 for testing - uncomment to install nightly binaries (update the version as needed).
3232
pip uninstall -y torch torchvision torchaudio torchtext torchdata
3333
pip3 install torch==2.3.0 torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu121
34-
pip3 install torchtext --index-url https://download.pytorch.org/whl/test/cpu
3534

3635
# Install two language tokenizers for Translation with TorchText tutorial
3736
python -m spacy download en_core_web_sm

.jenkins/validate_tutorials_built.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
"beginner_source/former_torchies/tensor_tutorial_old",
2323
"beginner_source/examples_autograd/polynomial_autograd",
2424
"beginner_source/examples_autograd/polynomial_custom_function",
25+
"beginner_source/torchtext_custom_dataset_tutorial", # not building with 2.3 RC, might be able to turn on with GA
26+
"beginner_source/beginner_source/text_sentiment_ngrams_tutorial", # not building with 2.3 RC, might be able to turn on with GA
2527
"beginner_source/t5_tutorial", # re-enable after this is fixed: https://github.com/pytorch/text/issues/1756
2628
"intermediate_source/mnist_train_nas", # used by ax_multiobjective_nas_tutorial.py
2729
"intermediate_source/fx_conv_bn_fuser",

0 commit comments

Comments
 (0)