Skip to content

Commit c08b193

Browse files
committed
Update to skip failing tutorials
1 parent 7a8bb6a commit c08b193

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.jenkins/validate_tutorials_built.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@
5353
"recipes_source/recipes/Captum_Recipe",
5454
"intermediate_source/flask_rest_api_tutorial",
5555
"intermediate_source/text_to_speech_with_torchaudio",
56-
"intermediate_source/tensorboard_profiler_tutorial" # reenable after 2.0 release.
56+
"intermediate_source/tensorboard_profiler_tutorial", # reenable after 2.0 release.
57+
"intermediate/inductor_debug_cpu.py",
58+
"beginner/onnx/onnx_registry_tutorial.py",
59+
"intermediate_source/torch_export_tutorial.py"
5760
]
5861

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

0 commit comments

Comments
 (0)