-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
CUDA error: the provided PTX was compiled with an unsupported toolchain. #1615
Comments
Some other guy had the same issue. Which was solved https://discord.com/channels/1164200432894234644/1164200433779212400/1202511250760798318 |
I don’t see that post. Can you pleaser copy the solution here?
On Feb 19, 2024, at 2:14 PM, Sonny ***@***.******@***.***>> wrote:
Some other guy had the same issue. Which was solved
https://discord.com/channels/1164200432894234644/1164200433779212400/1202511250760798318
—
Reply to this email directly, view it on GitHub<#1615 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AUHBH5FHZO3JSZSUMLBSB63YUOXBBAVCNFSM6AAAAABDM6AT5OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJTGEYDMNJQGU>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
The CUDA error: unsuported toolchain is suggesting that the PTX Parallel Thread Execution code used by CUDA for kernels was compiled with a version of the toolchain (compiler, linkers, etc ') that is not compatible with the CUDA version you are using. so either your CUDA toolkit on your system is older or newer that the one used to compile the PTX code. **solution to your problem is to Update NVIDIA Driver so that your CUDA Toolkit version matches more closely with the CUDA runtime version ** |
I'm having the same issue.
|
OK, you literally need to update your drivers. |
Hi,
I installed privateGPT following these steps:
I run this on: NVIDIA A100-SXM4-80GB
so my gradio UI starts, I upload my document to query on it and when I ask my question I am getting this error message:
CUDA error: the provided PTX was compiled with an unsupported toolchain.
current device: 0, in function ggml_cuda_op_flatten at /tmp/pip-install-vxbb3kr9/llama-cpp-python_384550df678f489e99c439d8354165a3/vendor/llama.cpp/ggml-cuda.cu:9136
In attach you can see my version of CUDA diver and my toolkit. Can you please let me know what is the issue here and how to resolve it?
Thanks
The text was updated successfully, but these errors were encountered: