File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 53
53
"advanced_source/semi_structured_sparse" , # reenable after 3303 is fixed.
54
54
"advanced_source/coding_ddpg" , # reenable after 3302 is fixed
55
55
"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"
57
58
]
58
59
59
60
def tutorial_source_dirs () -> List [Path ]:
Original file line number Diff line number Diff line change 31
31
# variable setting is shown for each example.
32
32
33
33
import torch
34
- torch ._dynamo .reset ()
35
34
36
35
# exit cleanly if we are on a device that doesn't support torch.compile
37
36
if torch .cuda .get_device_capability () < (7 , 0 ):
You can’t perform that action at this time.
0 commit comments