Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[brief] Fixes a mypy error introduced by PyTorch 2.5.0.
[detailed] - They changed the type-hints for the onnx.export function, so just tell mypy to ignore the "error" as the code is still correct.
- Loading branch information