Skip to content

Commit a12752b

Browse files
authored
Merge branch 'main' into autoClaudeReview
2 parents 1ec2b18 + 612d2a0 commit a12752b

6 files changed

Lines changed: 30 additions & 676 deletions

.jenkins/validate_tutorials_built.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"intermediate_source/dqn_with_rnn_tutorial", #not working on 2.8 release reenable after 3514
2424
"intermediate_source/mnist_train_nas", # used by ax_multiobjective_nas_tutorial.py
2525
"intermediate_source/torch_compile_conv_bn_fuser",
26-
"intermediate_source/_torch_export_nightly_tutorial", # does not work on release
2726
"advanced_source/usb_semisup_learn", # fails with CUDA OOM error, should try on a different worker
2827
"unstable_source/gpu_direct_storage", # requires specific filesystem + GPUDirect Storage to be set up
2928
"recipes_source/recipes/tensorboard_with_pytorch",
@@ -40,9 +39,7 @@
4039
"intermediate_source/tensorboard_profiler_tutorial", # reenable after 2.0 release.
4140
"advanced_source/semi_structured_sparse", # reenable after 3303 is fixed.
4241
"intermediate_source/torchrec_intro_tutorial.py", #failing with 2.8 reenable after 3498
43-
"intermediate_source/torch_export_tutorial.py", # failing with 2.11 issue #3773
4442
"beginner_source/mosaic_memory_profiling_tutorial.py", # failing with 2.11 issue #3774
45-
"intermediate_source/variable_length_attention_tutorial.py", # failing with 2.11 issue #3775
4643
]
4744

4845
def tutorial_source_dirs() -> List[Path]:

conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ def wrapper(*args, **kwargs):
181181
"# https://docs.pytorch.org/tutorials/beginner/colab\n"
182182
"%matplotlib inline"
183183
),
184-
"ignore_pattern": r"_torch_export_nightly_tutorial.py",
185184
"pypandoc": {
186185
"extra_args": ["--mathjax", "--toc"],
187186
"filters": [".jenkins/custom_pandoc_filter.py"],

0 commit comments

Comments
 (0)