Skip to content

error msg is "CUDA: NVIDIA driver is installed, but CUDA runtime is not" - yet OLLAMA SERVE runs fine with only driver #419

Closed Answered by giladgd
amcintyre99 asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for helping me investigate this.

It appears that the Ollama installation comes bundled with 2 versions of CUDA libraries, so while you don't have to install it yourself, it does get the required CUDA files onto your machine, but only for Ollama to use.
However, it also means that it doesn't fully utilize all of your hardware capabilities, since a full dedicated CUDA installation can utilize more microarchitecture features available on your specific GPU.

From my tests, the Vulkan support is as performant as the CUDA support (in some cases it was even slightly faster), so when a full CUDA installation isn't available, Vulkan is a good alternative.
Vulkan is always used by default as …

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@giladgd
Comment options

Answer selected by giladgd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants