API incompatibility 5.0.0.1 vs 5.0

Hi,
I would like to save my engine, created in Python. I can see here:
https://docs.nvidia.com/deeplearning/sdk/tensorrt-api/python_api/pkg_ref/utils.html
that API 5.0 used to have utils, and ability to do that, however, newest version(5.0.0.1):
https://docs.nvidia.com/deeplearning/sdk/tensorrt-api/python_api/index.html
does not seem to provide such functionality.

Why such extensive changes in minor version change? Will this functionality come back? Is it possible to get trt 5.0?

Best regards

Hello,

I’ve asked for clarification from engineering. Will keep you updated.

Hello,

5.0.0.10 is the first TRT 5 release. It’s a documentation issue, something didn’t get cleaned up properly when we published the latest API docs. The utils package would be under the legacy bindings, but I would suggest you switch to use the new API.