Skip to content

Commit cef13d2

Browse files
authored
Revert "Enables intermediate_source/model_parallel_tutorial.py for testing (#1833)" (#1834)
This reverts commit 776c42e.
1 parent ba618b3 commit cef13d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.jenkins/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ if [[ "${JOB_BASE_NAME}" == *worker_* ]]; then
5858
# Temp remove for 1.10 release.
5959
# python $DIR/remove_runnable_code.py advanced_source/neural_style_tutorial.py advanced_source/neural_style_tutorial.py || true
6060

61-
# Build issue temp fix - Enabling to test build in PR 2-24-22
62-
# python $DIR/remove_runnable_code.py intermediate_source/model_parallel_tutorial.py intermediate_source/model_parallel_tutorial.py || true
61+
# Build issue temp fix
62+
python $DIR/remove_runnable_code.py intermediate_source/model_parallel_tutorial.py intermediate_source/model_parallel_tutorial.py || true
6363

6464
# TODO: Fix bugs in these tutorials to make them runnable again
6565
# python $DIR/remove_runnable_code.py beginner_source/audio_classifier_tutorial.py beginner_source/audio_classifier_tutorial.py || true

0 commit comments

Comments
 (0)