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 c9dac3c commit 58aaa98Copy full SHA for 58aaa98
.jenkins/build.sh
@@ -53,7 +53,6 @@ if [[ "${JOB_BASE_NAME}" == *worker_* ]]; then
53
# Remove runnable code from tensorboard_profiler_tutorial.py as it frequently crashes, see https://github.com/pytorch/pytorch/issues/74139
54
# python $DIR/remove_runnable_code.py intermediate_source/tensorboard_profiler_tutorial.py intermediate_source/tensorboard_profiler_tutorial.py || true
55
56
-
57
# Step 2: Keep certain tutorials based on file count, and remove runnable code in all other tutorials
58
# IMPORTANT NOTE: We assume that each tutorial has a UNIQUE filename.
59
export WORKER_ID=$(echo "${JOB_BASE_NAME}" | tr -dc '0-9')
0 commit comments