You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to use torch.onnx.export(..., dynamo=True) starting in torch 2.5 to leverage the new torch.export -> fx -> ONNX logic and target opset>18.
The text was updated successfully, but these errors were encountered:
In
turnkeyml/src/turnkeyml/tools/export.py
Lines 133 to 141 in ff12b67
It is possible to use torch.onnx.export(..., dynamo=True) starting in torch 2.5 to leverage the new torch.export -> fx -> ONNX logic and target opset>18.
The text was updated successfully, but these errors were encountered: