mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 13:44:15 +08:00
Internal failed because of torch.deploy issues with disable_dynamo in fx/* and _jit/* files. Removing disable_dynamo for both. Added a comment in the code. Pull Request resolved: https://github.com/pytorch/pytorch/pull/104664 Approved by: https://github.com/wconstab
This commit is contained in:
committed by
PyTorch MergeBot
parent
d3589c9456
commit
0444f9f85b
@ -1231,6 +1231,7 @@ def _model_to_graph(
|
||||
|
||||
|
||||
@_beartype.beartype
|
||||
@torch._disable_dynamo
|
||||
def export_to_pretty_string(
|
||||
model,
|
||||
args,
|
||||
|
Reference in New Issue
Block a user