File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ awsv2 configure set default.s3.multipart_threshold 5120MB
4848# Decide whether to parallelize tutorial builds, based on $JOB_BASE_NAME
4949if [[ " ${JOB_TYPE} " == " worker" ]]; then
5050 # Step 1: Remove runnable code from tutorials that are not supposed to be run
51- python $DIR /remove_runnable_code.py beginner_source/aws_distributed_training_tutorial.py beginner_source/aws_distributed_training_tutorial.py || true
51+ # python $DIR/remove_runnable_code.py beginner_source/aws_distributed_training_tutorial.py beginner_source/aws_distributed_training_tutorial.py || true
5252 # Temp remove for mnist download issue. (Re-enabled for 1.8.1)
5353 # python $DIR/remove_runnable_code.py beginner_source/fgsm_tutorial.py beginner_source/fgsm_tutorial.py || true
5454 # python $DIR/remove_runnable_code.py intermediate_source/spatial_transformer_tutorial.py intermediate_source/spatial_transformer_tutorial.py || true
You can’t perform that action at this time.
0 commit comments