Kh4L opened a new issue #18824: URL: https://github.com/apache/incubator-mxnet/issues/18824
## Description ONNX is integrated as a dependency of onnx_tensorrt, which is itself a dependency (3rd party) of MXNet. In parallel, ONNX is directly used by MXNet for its import and export functionalities. Updating onnx_tensorrt can break the ONNX import/export functionalities. This is not necessarily an issue, but it makes the ONNX dependency brittle. Opening this issue to track it and potentially find a better way to track the dependency. ## References - [Export ONNX C++](https://github.com/apache/incubator-mxnet/blob/master/src/operator/subgraph/tensorrt/nnvm_to_onnx-inl.h) - [Export/Import ONNX Python](https://github.com/apache/incubator-mxnet/tree/master/python/mxnet/contrib/onnx) - https://github.com/onnx/onnx-tensorrt cc @ChaiBapchya ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
