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 7b4c426 commit dbc95e4Copy full SHA for dbc95e4
pytensor/link/pytorch/linker.py
@@ -37,9 +37,8 @@ def conversion_func_register(*args, **kwargs):
37
def jit_compile(self, fn):
38
import torch
39
40
- # two flags that tend to help our graphs
41
- torch._dynamo.config.capture_func_transforms = True
42
- torch._dynamo.config.capture_scalar_outputs = True
+ # flag that tend to help our graphs
+ torch._dynamo.config.capture_dynamic_output_shape_ops = True
43
44
from pytensor.link.pytorch.dispatch import pytorch_typify
45
0 commit comments