We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 288748f + 2b0e464 commit 02c90d7Copy full SHA for 02c90d7
.jenkins/validate_tutorials_built.py
@@ -54,7 +54,10 @@
54
"recipes_source/recipes/Captum_Recipe",
55
"intermediate_source/flask_rest_api_tutorial",
56
"intermediate_source/text_to_speech_with_torchaudio",
57
- "intermediate_source/tensorboard_profiler_tutorial" # reenable after 2.0 release.
+ "intermediate_source/tensorboard_profiler_tutorial", # reenable after 2.0 release.
58
+ "intermediate_source/inductor_debug_cpu", # reenable after 2942
59
+ "beginner_source/onnx/onnx_registry_tutorial", # reenable after 2941 is fixed.
60
+ "intermediate_source/torch_export_tutorial" # reenable after 2940 is fixed.
61
]
62
63
def tutorial_source_dirs() -> List[Path]:
0 commit comments