Skip to content

Commit 519a3f4

Browse files
authored
Update validate_tutorials_built.py
1 parent eb9bbbc commit 519a3f4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.jenkins/validate_tutorials_built.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939
"intermediate_source/tensorboard_profiler_tutorial", # reenable after 2.0 release.
4040
"advanced_source/semi_structured_sparse", # reenable after 3303 is fixed.
4141
"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
42+
"beginner_source/mosaic_memory_profiling_tutorial.py", # failing with 2.11 issue #3774
4443
]
4544

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

0 commit comments

Comments
 (0)