Open hoangvictor opened 1 day ago
@hoangvictor Could you use the docker image to install Trt-LLM?
@hello-11 Unfortunately, at the moment, I am unable to use the Docker for this setup due to permission restrictions in my team's environment. It is better if I can install TensorRT-LLM using Conda environment.
System Info
System:
Dependencies (All these components were sourced from NVIDIA-provided tar files):
Additional Environment Details:
Who can help?
No response
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
I built TensorRT-LLM within a CONDA environment using the following command:
python scripts/build_wheel.py --clean --trt_root /data0/tien/TensorRT-10.6.0.26 --nccl_root /data0/tien/nccl-2.23.4-1/build
Expected behavior
The build process should complete without errors.
actual behavior
But at the end, it raises the following error:
additional notes
I attempted to modify the LD_LIBRARY_PATH environment to closely match the setup in the Docker container, but it did not resolve the issue.