When I try to install the tensorRT using tar file, I come across this ERROR when trying to install the related python wheel: tensorrt-8.2.0.6-cp38-none-linux_x86_64.whl is not a supported wheel on this platform. Since this wheel is for x86_64 and my cpu type is amd, I wonder if there is tar file installation method for amd64 architecture? Thank you!
Environment
TensorRT Version: 8.2.0.6 GPU Type: Nvidia A100 CPU Type: AMD EPYC 7742 64-Core Processor Nvidia Driver Version: 450.156.00 CUDA Version: 11.0 Operating System + Version: Ubuntu 20.04
Thank you for your quick reply! I choose the correct cuda version, which is 11.0. The ‘uname -a’ result is x86_64 GNU/Linux. So I am a little bit confused whether the error is caused by the architecture.