Skip to content

Commit 6071c56

Browse files
committed
Update
1 parent d8f60ea commit 6071c56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.jenkins/validate_tutorials_built.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
"advanced_source/semi_structured_sparse", # reenable after 3303 is fixed.
5454
"advanced_source/coding_ddpg", # reenable after 3302 is fixed
5555
"intermediate_source/torchrec_intro_tutorial", # reenable after 3302 is fixed
56-
"recipes_source/recipes/reasoning_about_shapes" # reenable after 3326 is fixed
56+
"recipes_source/recipes/reasoning_about_shapes", # reenable after 3326 is fixed
57+
"advanced_source/dynamic_quantization_tutorial"
5758
]
5859

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

recipes_source/torch_logs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
# variable setting is shown for each example.
3232

3333
import torch
34-
torch._dynamo.reset()
3534

3635
# exit cleanly if we are on a device that doesn't support torch.compile
3736
if torch.cuda.get_device_capability() < (7, 0):

0 commit comments

Comments
 (0)