|
26 | 26 | "beginner_source/text_sentiment_ngrams_tutorial", # not building with 2.3 RC, might be able to turn on with GA
|
27 | 27 | "beginner_source/t5_tutorial", # re-enable after this is fixed: https://github.com/pytorch/text/issues/1756
|
28 | 28 | "intermediate_source/mnist_train_nas", # used by ax_multiobjective_nas_tutorial.py
|
29 |
| - "intermediate_source/torchvision_tutorial", # disable due to RuntimeError: DataLoader worker (pid(s) 20092) exited unexpectedly |
30 | 29 | "intermediate_source/fx_conv_bn_fuser",
|
31 | 30 | "intermediate_source/_torch_export_nightly_tutorial", # does not work on release
|
32 | 31 | "advanced_source/super_resolution_with_onnxruntime",
|
33 |
| - "advanced_source/ddp_pipeline", # requires 4 gpus |
| 32 | + "advanced_source/python_custom_ops", # https://github.com/pytorch/pytorch/issues/127443 |
34 | 33 | "advanced_source/usb_semisup_learn", # fails with CUDA OOM error, should try on a different worker
|
35 | 34 | "prototype_source/fx_graph_mode_ptq_dynamic",
|
36 | 35 | "prototype_source/vmap_recipe",
|
37 | 36 | "prototype_source/torchscript_freezing",
|
38 | 37 | "prototype_source/nestedtensor",
|
39 | 38 | "recipes_source/recipes/saving_and_loading_models_for_inference",
|
40 | 39 | "recipes_source/recipes/saving_multiple_models_in_one_file",
|
41 |
| - "recipes_source/recipes/loading_data_recipe", |
42 | 40 | "recipes_source/recipes/tensorboard_with_pytorch",
|
43 | 41 | "recipes_source/recipes/what_is_state_dict",
|
44 | 42 | "recipes_source/recipes/profiler_recipe",
|
|
55 | 53 | "recipes_source/recipes/Captum_Recipe",
|
56 | 54 | "intermediate_source/flask_rest_api_tutorial",
|
57 | 55 | "intermediate_source/text_to_speech_with_torchaudio",
|
58 |
| - "intermediate_source/tensorboard_profiler_tutorial" # reenable after 2.0 release. |
| 56 | + "intermediate_source/tensorboard_profiler_tutorial", # reenable after 2.0 release. |
| 57 | + "intermediate_source/inductor_debug_cpu", # reenable after 2942 |
| 58 | + "beginner_source/onnx/onnx_registry_tutorial", # reenable after 2941 is fixed. |
| 59 | + "intermediate_source/torch_export_tutorial" # reenable after 2940 is fixed. |
59 | 60 | ]
|
60 | 61 |
|
61 | 62 | def tutorial_source_dirs() -> List[Path]:
|
|
0 commit comments