[GH-ISSUE #12583] Add support for Nvidia B200 GPUs #34109

Open
opened 2026-04-22 17:22:28 -05:00 by GiteaMirror · 5 comments
Owner

Originally created by @oscarwang22 on GitHub (Oct 12, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/12583

Originally assigned to: @dhiltgen on GitHub.

Add support for Nvidia B200 GPUs

Originally created by @oscarwang22 on GitHub (Oct 12, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/12583 Originally assigned to: @dhiltgen on GitHub. Add support for Nvidia B200 GPUs
GiteaMirror added the nvidiafeature request labels 2026-04-22 17:22:29 -05:00
Author
Owner

@oscarwang22 commented on GitHub (Oct 12, 2025):

Is this gpu supported? it isn't listed in https://docs.ollama.com/gpu

<!-- gh-comment-id:3393808217 --> @oscarwang22 commented on GitHub (Oct 12, 2025): Is this gpu supported? it isn't listed in https://docs.ollama.com/gpu
Author
Owner

@dhiltgen commented on GitHub (Oct 13, 2025):

@oscarwang22 what driver version are you using?

<!-- gh-comment-id:3399338964 --> @dhiltgen commented on GitHub (Oct 13, 2025): @oscarwang22 what driver version are you using?
Author
Owner

@oscarwang22 commented on GitHub (Oct 14, 2025):

@dhiltgen
Hi,
I'm running this in the cloud but according to their documentation the gpu driver version is 575.57.08.

<!-- gh-comment-id:3400177864 --> @oscarwang22 commented on GitHub (Oct 14, 2025): @dhiltgen Hi, I'm running this in the cloud but according to their documentation the gpu driver version is 575.57.08.
Author
Owner

@dhiltgen commented on GitHub (Oct 14, 2025):

If you can upgrade to 580, then it should start working in Ollama. Our current CUDA strategy uses v12 for drivers less than 580, but that lacks Compute Capability 10.0 support (which is what your GPU is). The v13 CUDA build include CC 10.0, but requires driver 580 or newer.

<!-- gh-comment-id:3402708558 --> @dhiltgen commented on GitHub (Oct 14, 2025): If you can upgrade to 580, then it should start working in Ollama. Our current CUDA strategy uses v12 for drivers less than 580, but that lacks Compute Capability 10.0 support (which is what your GPU is). The v13 CUDA build include CC 10.0, but requires driver 580 or newer.
Author
Owner

@liopeer commented on GitHub (Mar 4, 2026):

Is there a specific reason for this restriction in compute capability support @dhiltgen ? I opened a PR for this (#12868), since I currently have to build the Docker image myself (on driver 570 and no possibility of upgrading).

<!-- gh-comment-id:3998492689 --> @liopeer commented on GitHub (Mar 4, 2026): Is there a specific reason for this restriction in compute capability support @dhiltgen ? I opened a PR for this (#12868), since I currently have to build the Docker image myself (on driver 570 and no possibility of upgrading).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#34109