-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue building TensorRT-LLM code in Python #840
Comments
did you installed NCCL? https://developer.nvidia.com/nccl |
Could you try the docker image we suggest in the README? |
@byshiue I am hoping to get this working without using a docker. I eventually want to move this work over to my company computer but the company that I work for doesn't allow dockers. |
@CHesketh76 这个问题你们解决了吗? |
@pipul 还没有. |
Could you find the tensorrt in python3 ./scripts/build_wheel.py --trt_root /usr/local/tensorrt For error CMake Error at CMakeLists.txt:299 (string):
string sub-command REGEX, mode MATCH needs at least 5 arguments total to
command. it might be caused by different version of cmake. You could install the cmake used by TensorRT-LLM, or change the related codes by yourself. |
Any luck @CHesketh76? Facing a similar issue. |
Hi receiving the same error as well. |
I think adding your <path_to_installed_tensorrt> to the argument --trt_root should work |
I trying to setup the TensorRT-LLM on a google Colab environment, but after I run this line of code
I get this error message.
The text was updated successfully, but these errors were encountered: