We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a8bb6a commit c08b193Copy full SHA for c08b193
.jenkins/validate_tutorials_built.py
@@ -53,7 +53,10 @@
53
"recipes_source/recipes/Captum_Recipe",
54
"intermediate_source/flask_rest_api_tutorial",
55
"intermediate_source/text_to_speech_with_torchaudio",
56
- "intermediate_source/tensorboard_profiler_tutorial" # reenable after 2.0 release.
+ "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"
60
]
61
62
def tutorial_source_dirs() -> List[Path]:
0 commit comments