-
Notifications
You must be signed in to change notification settings - Fork 996
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
build trtllm very slow and raise an error #2469
Comments
it raised an error
|
anaivebird
changed the title
build trtllm very slow
build trtllm very slow and raise an error
Nov 20, 2024
Thank you to report the issue. It is a bug at https://github.com/NVIDIA/TensorRT-LLM/blob/main/cpp/tensorrt_llm/kernels/CMakeLists.txt#L25. We should replace |
change this will fix which bug? compiling is slow, or the error? |
It fixes the slow compiling. For the error, please create another bug if it is not related to the issue above. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System Info
Who can help?
@byshiue @Superjomn
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
Expected behavior
build in less than one hour
actual behavior
build slow more than 2 hours
additional notes
lots of process when compiling, with ptxas -arch sm_80 which is unrelated to sm90 even when I use --cuda_architectures 90
ps.txt
The text was updated successfully, but these errors were encountered: