We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cf72d3 commit 3c8fc59Copy full SHA for 3c8fc59
1 file changed
.jenkins/validate_tutorials_built.py
@@ -39,7 +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
- #"beginner_source/mosaic_memory_profiling_tutorial.py", # failing with 2.11 issue #3774
+ #"beginner_source/mosaic_memory_profiling_tutorial.py", # failing with 2.11 RC issue #3774
43
]
44
45
def tutorial_source_dirs() -> List[Path]:
0 commit comments