NVIDIA / TensorRT-LLM

TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines.
https://nvidia.github.io/TensorRT-LLM
Apache License 2.0
8.22k stars 910 forks source link

Install guide and quick start are misleading and not aligned #2205

Open EmilioZhao opened 1 week ago

EmilioZhao commented 1 week ago

System Info

Who can help?

The one who wrote quick start.

Information

Tasks

Reproduction

  1. mentioned above: running all the installation in the docker of nvidia/cuda:12.4.1-devel-ubuntu22.04

Expected behavior

  1. build succ.

actual behavior

  1. Two versions of libcuda.so were found and trtllm_build failed.

additional notes

nope

EmilioZhao commented 1 week ago

I tried make -C docker build and successfully built docker, but can not run LLama demo because of the incompatibility of CUDA driver and CUDA 12.5! Commented in the issue: https://github.com/NVIDIA/TensorRT-LLM/issues/601#issuecomment-2339467644 But nobody replies!