Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Commit 06e94c8

Browse files
committed
Fix
1 parent 6686847 commit 06e94c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

torchdynamo/debug_utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,4 +462,6 @@ def debug_wrapper(gm, example_inputs, **kwargs):
462462

463463
return compiled_gm
464464

465+
debug_wrapper._torchdynamo_orig_callable = compiler_fn
466+
465467
return debug_wrapper

0 commit comments

Comments
 (0)