8000 [functorch] make torch.compile support opt-in · pytorch/pytorch@d8326f8 · GitHub
[go: up one dir, main page]

Skip to content

Commit d8326f8

Browse files
committed
[functorch] make torch.compile support opt-in
1 parent 6d20b39 commit d8326f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch/_dynamo/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def is_fbcode():
287287
capture_autograd_function = True
288288

289289
# enable/disable dynamo tracing for `torch.func` transforms
290-
capture_func_transforms = True
290+
capture_func_transforms = False
291291

292292
# simulates what would happen if we didn't have support for BUILD_SET opcode,
293293
# used for testing

0 commit comments

Comments
 (0)
0