You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is probably because you are using PyTorch 1.11 with Torch-TensorRT 1.0.0 which targets PyTorch 1.10. Our 1.1.0 release is coming soon. In the meantime master supports 1.11
Bug Description
When I install TensorRT and Torch-TensorRT using pip I encounter the error:
To Reproduce
Steps to reproduce the behavior:
Python 3.9.7, A30 GPU with 470.82.01 driver version. Cuda version: cuda_11.3.r11.3. Cudnn: 8.2
I run the following command in a clean Python environment:
I can import tensorRT successfully
python3 -c "import tensorrt; print(tensorrt.__version__)" 8.4.0.6
Environment
The text was updated successfully, but these errors were encountered: