Skip to content

Commit 9dddcf6

Browse files
authored
[TEST] Remove tutorials that were fixed post 2.11
Remove tutorials that were fixed post 2.11
1 parent e1fcd75 commit 9dddcf6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.jenkins/validate_tutorials_built.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"intermediate_source/tensorboard_profiler_tutorial", # reenable after 2.0 release.
4141
"advanced_source/semi_structured_sparse", # reenable after 3303 is fixed.
4242
"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
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
4545
]
4646

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

0 commit comments

Comments
 (0)