-
Notifications
You must be signed in to change notification settings - Fork 11.8k
Cannot compile with CUBLAS #4637
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
Comments
I solved the issue by manually adding my cuda path to the makefile. |
I meet the same problem. I can compile it correctly in Kaggle last time. |
After #4606 we need to link with the CUDA driver library ( |
@slaren Thank you. I have compiled it successfully~ For those who have the same trouble: |
@slaren How can we do this in a universal way including Github CI? There is no driver installed there and our binary needs to support all the drivers not just the one the system would have. |
I don't think this is different than linking to any other CUDA library. Our CI is able to build the binaries despite having no driver installed either. |
I'm not sure which PR caused this issue, but after syncing up to the latest version, I can't compile with
make LLAMA_CUBLAS=1
Here is the log:
The text was updated successfully, but these errors were encountered: