Closed
Description
Bug Description
The version of this package for CUDA 11.8 depends on CUDA 12 libraries:
Lines 46 to 47 in 4aa6e79
This can cause issues on a system that doesn't support CUDA 12, because this or another library can pick up on them.
To Reproduce
You can download, for example, https://download.pytorch.org/whl/cu118/torch_tensorrt-2.4.0%2Bcu118-cp310-cp310-linux_x86_64.whl and inspect its dependencies.
Expected behavior
I guess the expected behavior would be to depend on the exact same dependencies but for CUDA 11.
Environment
Build information about Torch-TensorRT can be found by turning on debug messages
- Torch-TensorRT Version (e.g. 1.0.0): 2.4.0
- PyTorch Version (e.g. 1.0): 2.4.0
- CPU Architecture: Intel
- OS (e.g., Linux): Linux
- How you installed PyTorch (
conda
,pip
,libtorch
, source): pip - Build command you used (if compiling from source):
- Are you using local sources or building from archives:
- Python version: 3.10
- CUDA version: 11.8
- GPU models and configuration: A10
- Any other relevant information: