AttributeError: 'tensorrt.tensorrt.Builder' object has no attribute 'max_workspace_size'

Hello
My project needs to use tensorrt7 with components
but component which i installed always get version 8
I try to use this code but i get reply

pip install nvidia-tensorrt==7.2.* --index-url https://pypi.ngc.nvidia.com

Defaulting to user installation because normal site-packages is not writeable
Looking in indexes: https://pypi.ngc.nvidia.com
ERROR: Could not find a version that satisfies the requirement nvidia-tensorrt==7.2.* (from versions: none)
ERROR: No matching distribution found for nvidia-tensorrt==7.2.*

Have any solution to solve this problem?

Hi,
Please refer to the installation steps from the below link if in case you are missing on anything

Also, we suggest you to use TRT NGC containers to avoid any system dependency related issues.

Thanks!

I solved it. because my arrchitecture isn’t suit for this package.
I install it by jetpack.
thank for reply.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.