onnx-tensorrt icon indicating copy to clipboard operation
onnx-tensorrt copied to clipboard

Please verify ONNX v1.10.0 Release Candidate

Open rajeevsrao opened this issue 3 years ago • 4 comments

Hello ONNX partner, We have published (to TestPyPI) a Release Candidate package for the upcoming ONNX v1.10.0 release. Please help validate it and let us know if you encounter any issues. Note that the tentative release date for ONNX v1.10.0 is July 31, 2021. Thank you for your assistance!

pip install numpy protobuf typing-extensions>=3.6.2.1
pip install -i https://test.pypi.org/simple/ onnx==1.9.101

cc @kevinch-nv @rajeevsrao

rajeevsrao avatar Jul 22 '21 17:07 rajeevsrao

Bugs:

error: ‘onnx2trt_onnx::optimization’ has not been declared

It looks onnx-tensorrt is still based on onnx of 2 years ago ?

jiapei100 avatar Jul 25 '21 08:07 jiapei100

Yes, there are some current incompatibilities with the new ONNX versions in the onnx2trt binary we have in this repo. We are working on deprecating it, then we can move to a later ONNX version.

kevinch-nv avatar Jul 26 '21 17:07 kevinch-nv

@jiapei100 in the meantime you can build and use onnx-tensorrt parser (library only, not the onnx2trt executable) for ONNX rel-1.10.0 by specifying -DBUILD_LIBRARY_ONLY=1 during CMake.

rajeevsrao avatar Jul 27 '21 21:07 rajeevsrao

It looks like an issue from https://github.com/onnx/optimizer. I should have installed both onnx, as well as onnx_optimizer.

jiapei100 avatar Jul 31 '21 08:07 jiapei100