Skip to content

Commit 1706a1c

Browse files
Validate transformer building blocks tutorial builds against 2.6
1 parent 39d3e6e commit 1706a1c

File tree

2 files changed

+264
-139
lines changed

2 files changed

+264
-139
lines changed

.jenkins/validate_tutorials_built.py

Lines changed: 6 additions & 6 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,11 +49,12 @@
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.
55-
"prototype_source/gpu_quantization_torchao_tutorial", # enable when 3194
52+
"intermediate_source/tensorboard_profiler_tutorial", # reenable after 2.0 release.
53+
"intermediate_source/torch_export_tutorial", # reenable after 2940 is fixed.
54+
"prototype_source/gpu_quantization_torchao_tutorial", # enable when 3194
5655
]
5756

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

0 commit comments

Comments
 (0)