|
18 | 18 | "beginner_source/examples_nn/polynomial_module",
|
19 | 19 | "beginner_source/examples_nn/dynamic_net",
|
20 | 20 | "beginner_source/examples_nn/polynomial_optim",
|
21 |
| - "beginner_source/former_torchies/autograd_tutorial_old", |
22 |
| - "beginner_source/former_torchies/tensor_tutorial_old", |
23 | 21 | "beginner_source/examples_autograd/polynomial_autograd",
|
24 | 22 | "beginner_source/examples_autograd/polynomial_custom_function",
|
25 | 23 | "intermediate_source/mnist_train_nas", # used by ax_multiobjective_nas_tutorial.py
|
26 | 24 | "intermediate_source/torch_compile_conv_bn_fuser",
|
27 | 25 | "intermediate_source/_torch_export_nightly_tutorial", # does not work on release
|
28 | 26 | "advanced_source/usb_semisup_learn", # fails with CUDA OOM error, should try on a different worker
|
29 |
| - "prototype_source/fx_graph_mode_ptq_dynamic", |
30 |
| - "prototype_source/vmap_recipe", |
31 |
| - "prototype_source/torchscript_freezing", |
32 |
| - "prototype_source/nestedtensor", |
33 |
| - "prototype_source/gpu_direct_storage", # requires specific filesystem + GPUDirect Storage to be set up |
34 |
| - "recipes_source/recipes/saving_and_loading_models_for_inference", |
35 |
| - "recipes_source/recipes/saving_multiple_models_in_one_file", |
| 27 | + "ustable_source/gpu_direct_storage", # requires specific filesystem + GPUDirect Storage to be set up |
36 | 28 | "recipes_source/recipes/tensorboard_with_pytorch",
|
37 | 29 | "recipes_source/recipes/what_is_state_dict",
|
38 | 30 | "recipes_source/recipes/profiler_recipe",
|
39 |
| - "recipes_source/recipes/save_load_across_devices", |
40 | 31 | "recipes_source/recipes/warmstarting_model_using_parameters_from_a_different_model",
|
41 |
| - "recipes_source/recipes/dynamic_quantization", |
42 |
| - "recipes_source/recipes/saving_and_loading_a_general_checkpoint", |
43 | 32 | "recipes_source/recipes/benchmark",
|
44 | 33 | "recipes_source/recipes/tuning_guide",
|
45 | 34 | "recipes_source/recipes/zeroing_out_gradients",
|
46 | 35 | "recipes_source/recipes/defining_a_neural_network",
|
47 | 36 | "recipes_source/recipes/timer_quick_start",
|
48 | 37 | "recipes_source/recipes/amp_recipe",
|
49 | 38 | "recipes_source/recipes/Captum_Recipe",
|
50 |
| - "intermediate_source/text_to_speech_with_torchaudio", |
51 | 39 | "intermediate_source/tensorboard_profiler_tutorial", # reenable after 2.0 release.
|
52 | 40 | "advanced_source/semi_structured_sparse", # reenable after 3303 is fixed.
|
53 | 41 | ]
|
|
0 commit comments