Skip to content

Commit 8cb5c3a

Browse files
authored
Re-enable tensorboard_profiler_tutorial.py (pytorch#1974)
1 parent ab8975c commit 8cb5c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jenkins/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if [[ "${JOB_BASE_NAME}" == *worker_* ]]; then
6363
# python $DIR/remove_runnable_code.py beginner_source/audio_classifier_tutorial.py beginner_source/audio_classifier_tutorial.py || true
6464

6565
# Remove runnable code from tensorboard_profiler_tutorial.py as it frequently crashes, see https://github.com/pytorch/pytorch/issues/74139
66-
python $DIR/remove_runnable_code.py intermediate_source/tensorboard_profiler_tutorial.py intermediate_source/tensorboard_profiler_tutorial.py || true
66+
# python $DIR/remove_runnable_code.py intermediate_source/tensorboard_profiler_tutorial.py intermediate_source/tensorboard_profiler_tutorial.py || true
6767

6868

6969
# Step 2: Keep certain tutorials based on file count, and remove runnable code in all other tutorials

0 commit comments

Comments
 (0)