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