We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4794be6 commit a6066cbCopy full SHA for a6066cb
.jenkins/build.sh
@@ -47,6 +47,8 @@ export NUM_WORKERS=20
47
if [[ "${JOB_BASE_NAME}" == *worker_* ]]; then
48
# Step 1: Remove runnable code from tutorials that are not supposed to be run
49
python $DIR/remove_runnable_code.py beginner_source/aws_distributed_training_tutorial.py beginner_source/aws_distributed_training_tutorial.py || true
50
+ python $DIR/remove_runnable_code.py advanced_source/ddp_pipeline_tutorial.py advanced_source/ddp_pipeline_tutorial.py || true
51
+
52
# TODO: Fix bugs in these tutorials to make them runnable again
53
# python $DIR/remove_runnable_code.py beginner_source/audio_classifier_tutorial.py beginner_source/audio_classifier_tutorial.py || true
54
0 commit comments