Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
svekars committed Jan 18, 2025
1 parent 86e8e7b commit 5198020
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .jenkins/validate_tutorials_built.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@
"intermediate_source/flask_rest_api_tutorial",
"intermediate_source/text_to_speech_with_torchaudio",
"intermediate_source/tensorboard_profiler_tutorial", # reenable after 2.0 release.
"intermediate_source/torch_export_tutorial" # reenable after 2940 is fixed.
"intermediate_source/torch_export_tutorial", # reenable after 2940 is fixed.
"advanced_source/pendulum",
"beginner_source/onnx/export_simple_model_to_onnx_tutorial",
"beginner_source/onnx/onnx_registry_tutorial"
]

def tutorial_source_dirs() -> List[Path]:
Expand Down

0 comments on commit 5198020

Please sign in to comment.