Skip to content

Commit 222be81

Browse files
Validate transformer building blocks tutorial builds against 2.6
1 parent 2793639 commit 222be81

File tree

2 files changed

+263
-138
lines changed

2 files changed

+263
-138
lines changed

.jenkins/validate_tutorials_built.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
NOT_RUN = [
1212
"beginner_source/basics/intro", # no code
13-
"beginner_source/introyt/introyt_index", # no code
13+
"beginner_source/introyt/introyt_index", # no code
1414
"beginner_source/onnx/intro_onnx",
1515
"beginner_source/profiler",
1616
"beginner_source/saving_loading_models",
@@ -25,9 +25,8 @@
2525
"intermediate_source/mnist_train_nas", # used by ax_multiobjective_nas_tutorial.py
2626
"intermediate_source/fx_conv_bn_fuser",
2727
"intermediate_source/_torch_export_nightly_tutorial", # does not work on release
28-
"intermediate_source/transformer_building_blocks", # does not work on release
2928
"advanced_source/super_resolution_with_onnxruntime",
30-
"advanced_source/usb_semisup_learn", # fails with CUDA OOM error, should try on a different worker
29+
"advanced_source/usb_semisup_learn", # fails with CUDA OOM error, should try on a different worker
3130
"prototype_source/fx_graph_mode_ptq_dynamic",
3231
"prototype_source/vmap_recipe",
3332
"prototype_source/torchscript_freezing",
@@ -50,10 +49,11 @@
5049
"recipes_source/recipes/Captum_Recipe",
5150
"intermediate_source/flask_rest_api_tutorial",
5251
"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.
52+
"intermediate_source/tensorboard_profiler_tutorial", # reenable after 2.0 release.
53+
"intermediate_source/torch_export_tutorial", # reenable after 2940 is fixed.
5554
]
5655

56+
5757
def tutorial_source_dirs() -> List[Path]:
5858
return [
5959
p.relative_to(REPO_ROOT).with_name(p.stem[:-7])

0 commit comments

Comments
 (0)