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 ccbe02c commit 10cc5afCopy full SHA for 10cc5af
.jenkins/validate_tutorials_built.py
@@ -55,9 +55,9 @@
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.
58
- "intermediate/inductor_debug_cpu.py",
59
- "beginner/onnx/onnx_registry_tutorial.py",
60
- "intermediate_source/torch_export_tutorial.py"
+ "intermediate_source/inductor_debug_cpu",
+ "beginner_source/onnx/onnx_registry_tutorial",
+ "intermediate_source/torch_export_tutorial"
61
]
62
63
def tutorial_source_dirs() -> List[Path]:
0 commit comments