Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hello, After upgrading onnxscript from version `0.1.0.dev20240516` to the latest version, I encountered an error while trying to export my Torch model to ONNX: ``` torch.onnx._internal.diagnostics.infra.context.RuntimeErrorWithDiagnostic: Unsupported FX nodes: {'call_function': ['aten.pow.Scalar']}. ``` Upon investigating the issue, I found that the changes made to `aten_pow` in PR #1612 are causing this problem. Reverting these changes allows the model to be exported to ONNX successfully again. Could support for `aten::pow` be reintroduced to enable smooth exporting of models? Thank you for your consideration. --------- Signed-off-by: Hankyeol Kyung <[email protected]> Co-authored-by: Justin Chu <[email protected]>
- Loading branch information