mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
[export] Make draft-export predispatch=True by default (#151051)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/151051 Approved by: https://github.com/pianpwk
This commit is contained in:
parent
a5c61668d7
commit
84e633e09d
|
|
@ -360,7 +360,7 @@ def draft_export(
|
|||
dynamic_shapes: Optional[Union[dict[str, Any], tuple[Any], list[Any]]] = None,
|
||||
preserve_module_call_signature: tuple[str, ...] = (),
|
||||
strict: bool = False,
|
||||
pre_dispatch: bool = False,
|
||||
pre_dispatch: bool = True,
|
||||
) -> ExportedProgram:
|
||||
kwargs = kwargs or {}
|
||||
dynamic_shapes = dynamic_shapes or {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user