Skip to content

Commit 5198020

Browse files
committed
Update
1 parent 86e8e7b commit 5198020

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.jenkins/validate_tutorials_built.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@
5151
"intermediate_source/flask_rest_api_tutorial",
5252
"intermediate_source/text_to_speech_with_torchaudio",
5353
"intermediate_source/tensorboard_profiler_tutorial", # reenable after 2.0 release.
54-
"intermediate_source/torch_export_tutorial" # reenable after 2940 is fixed.
54+
"intermediate_source/torch_export_tutorial", # reenable after 2940 is fixed.
55+
"advanced_source/pendulum",
56+
"beginner_source/onnx/export_simple_model_to_onnx_tutorial",
57+
"beginner_source/onnx/onnx_registry_tutorial"
5558
]
5659

5760
def tutorial_source_dirs() -> List[Path]:

0 commit comments

Comments
 (0)