|
10 | 10 |
|
11 | 11 | NOT_RUN = [
|
12 | 12 | "beginner_source/basics/intro", # no code
|
13 |
| - "beginner_source/introyt/introyt_index", # no code |
| 13 | + "beginner_source/introyt/introyt_index", # no code |
14 | 14 | "beginner_source/onnx/intro_onnx",
|
15 | 15 | "beginner_source/profiler",
|
16 | 16 | "beginner_source/saving_loading_models",
|
|
25 | 25 | "intermediate_source/mnist_train_nas", # used by ax_multiobjective_nas_tutorial.py
|
26 | 26 | "intermediate_source/fx_conv_bn_fuser",
|
27 | 27 | "intermediate_source/_torch_export_nightly_tutorial", # does not work on release
|
28 |
| - "intermediate_source/transformer_building_blocks", # does not work on release |
29 | 28 | "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 |
31 | 30 | "prototype_source/fx_graph_mode_ptq_dynamic",
|
32 | 31 | "prototype_source/vmap_recipe",
|
33 | 32 | "prototype_source/torchscript_freezing",
|
|
50 | 49 | "recipes_source/recipes/Captum_Recipe",
|
51 | 50 | "intermediate_source/flask_rest_api_tutorial",
|
52 | 51 | "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. |
55 | 54 | ]
|
56 | 55 |
|
| 56 | + |
57 | 57 | def tutorial_source_dirs() -> List[Path]:
|
58 | 58 | return [
|
59 | 59 | p.relative_to(REPO_ROOT).with_name(p.stem[:-7])
|
|
0 commit comments