pytorch
73bf32cb - Bump to stable ONNX 1.13.0 (#90332)

Commit
1 year ago
Bump to stable ONNX 1.13.0 (#90332) ONNX had mismatch checker usage between cpp and python and it's later fixed by https://github.com/onnx/onnx/pull/4386. And since `torch.onnx.export` is using cpp checker for graph-level check with older version of ONNX,this improvement should be added. Also, this version bump enables #83186 Updated 12/5/2022: This PR includes ONNX 1.13.0 release (https://github.com/onnx/onnx/tree/rel-1.13.0) For [CVE-2022-25882](https://nvd.nist.gov/vuln/detail/CVE-2022-25882) Pull Request resolved: https://github.com/pytorch/pytorch/pull/90332 Approved by: https://github.com/kit1980, https://github.com/malfet
Author
Thiago Crepaldi
Committer
Parents
Loading