We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb2f59 commit 27295eaCopy full SHA for 27295ea
.jenkins/validate_tutorials_built.py
@@ -50,10 +50,8 @@
50
"intermediate_source/flask_rest_api_tutorial",
51
"intermediate_source/text_to_speech_with_torchaudio",
52
"intermediate_source/tensorboard_profiler_tutorial", # reenable after 2.0 release.
53
- "advanced_source/semi_structured_sparse", # reenable after 3303 is fixed.
54
- "advanced_source/coding_ddpg", # reenable after 3302 is fixed
55
- "intermediate_source/torchrec_intro_tutorial", # reenable after 3302 is fixed
56
- "recipes_source/recipes/reasoning_about_shapes", # reenable after 3326 is fixed
+ "intermediate_source/torchrec_intro_tutorial", # reenable after 3302 is fixe
+ "intermediate_source/memory_format_tutorial"
57
]
58
59
def tutorial_source_dirs() -> List[Path]:
0 commit comments