Skip to content

Commit

Permalink
Update validate_tutorials_built.py
Browse files Browse the repository at this point in the history
Correct formatting
  • Loading branch information
brycebortree committed Jun 20, 2024
1 parent ccbe02c commit 10cc5af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .jenkins/validate_tutorials_built.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"intermediate_source/flask_rest_api_tutorial",
"intermediate_source/text_to_speech_with_torchaudio",
"intermediate_source/tensorboard_profiler_tutorial", # reenable after 2.0 release.
"intermediate/inductor_debug_cpu.py",
"beginner/onnx/onnx_registry_tutorial.py",
"intermediate_source/torch_export_tutorial.py"
"intermediate_source/inductor_debug_cpu",
"beginner_source/onnx/onnx_registry_tutorial",
"intermediate_source/torch_export_tutorial"
]

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

0 comments on commit 10cc5af

Please sign in to comment.