Skip to content

Commit c043bab

Browse files
authored
remove old pipeline parallel tutorials (#2964)
1 parent 2b0e464 commit c043bab

File tree

6 files changed

+1
-889
lines changed

6 files changed

+1
-889
lines changed

.jenkins/build.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ sudo apt-get install -y pandoc
2323
# Nightly - pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html
2424
# Install 2.2 for testing - uncomment to install nightly binaries (update the version as needed).
2525
# pip uninstall -y torch torchvision torchaudio torchtext torchdata
26-
# pip3 install torch==2.3.0 torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu121
26+
# pip3 install torch==2.3.0 torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu121
2727

2828
# Install two language tokenizers for Translation with TorchText tutorial
2929
python -m spacy download en_core_web_sm
@@ -36,7 +36,6 @@ awsv2 configure set default.s3.multipart_threshold 5120MB
3636
if [[ "${JOB_TYPE}" == "worker" ]]; then
3737
# Step 1: Remove runnable code from tutorials that are not supposed to be run
3838
python $DIR/remove_runnable_code.py beginner_source/aws_distributed_training_tutorial.py beginner_source/aws_distributed_training_tutorial.py || true
39-
# python $DIR/remove_runnable_code.py advanced_source/ddp_pipeline_tutorial.py advanced_source/ddp_pipeline_tutorial.py || true
4039
# Temp remove for mnist download issue. (Re-enabled for 1.8.1)
4140
# python $DIR/remove_runnable_code.py beginner_source/fgsm_tutorial.py beginner_source/fgsm_tutorial.py || true
4241
# python $DIR/remove_runnable_code.py intermediate_source/spatial_transformer_tutorial.py intermediate_source/spatial_transformer_tutorial.py || true

.jenkins/validate_tutorials_built.py

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"intermediate_source/_torch_export_nightly_tutorial", # does not work on release
3131
"advanced_source/super_resolution_with_onnxruntime",
3232
"advanced_source/python_custom_ops", # https://github.com/pytorch/pytorch/issues/127443
33-
"advanced_source/ddp_pipeline", # requires 4 gpus
3433
"advanced_source/usb_semisup_learn", # fails with CUDA OOM error, should try on a different worker
3534
"prototype_source/fx_graph_mode_ptq_dynamic",
3635
"prototype_source/vmap_recipe",

0 commit comments

Comments
 (0)