We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e8e7b commit 5198020Copy full SHA for 5198020
.jenkins/validate_tutorials_built.py
@@ -51,7 +51,10 @@
51
"intermediate_source/flask_rest_api_tutorial",
52
"intermediate_source/text_to_speech_with_torchaudio",
53
"intermediate_source/tensorboard_profiler_tutorial", # reenable after 2.0 release.
54
- "intermediate_source/torch_export_tutorial" # reenable after 2940 is fixed.
+ "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"
58
]
59
60
def tutorial_source_dirs() -> List[Path]:
0 commit comments