We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1fcd75 commit 9dddcf6Copy full SHA for 9dddcf6
1 file changed
.jenkins/validate_tutorials_built.py
@@ -40,8 +40,8 @@
40
"intermediate_source/tensorboard_profiler_tutorial", # reenable after 2.0 release.
41
"advanced_source/semi_structured_sparse", # reenable after 3303 is fixed.
42
"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
44
- "beginner_source/mosaic_memory_profiling_tutorial.py", # failing with 2.11 issue #3774
+ # "intermediate_source/torch_export_tutorial.py", # failing with 2.11 issue #3773
+ # "beginner_source/mosaic_memory_profiling_tutorial.py", # failing with 2.11 issue #3774
45
]
46
47
def tutorial_source_dirs() -> List[Path]:
0 commit comments