We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8b55e commit 1a3d0e0Copy full SHA for 1a3d0e0
.jenkins/validate_tutorials_built.py
@@ -54,6 +54,9 @@
54
"intermediate_source/torch_export_tutorial", # reenable after 2940 is fixed.
55
"beginner_source/onnx/export_simple_model_to_onnx_tutorial", # enable when 3191 is fixed
56
"beginner_source/onnx/onnx_registry_tutorial", # enable when 3191 is fixed
57
+ "prototype_source/gpu_quantization_torchao_tutorial", # enable when 3194
58
+ "advanced_source/pendulum", # enable when 3195 is fixed
59
+ "intermediate_source/reinforcement_ppo" # enable when 3195 is fixed
60
]
61
62
def tutorial_source_dirs() -> List[Path]:
0 commit comments