Skip to content

Commit 7bd3010

Browse files
authored
Merge branch 'main' into 2.4-RC-TEST
2 parents f9057e4 + cad4839 commit 7bd3010

File tree

7 files changed

+1
-889
lines changed

7 files changed

+1
-889
lines changed

.jenkins/build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 1 deletion
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)