From a0740f7ef714fee18cc315980a83d3807da4c2b9 Mon Sep 17 00:00:00 2001 From: frob Date: Sat, 31 Jan 2026 21:45:27 +0100 Subject: [PATCH] docs: add GB10 to supported devices (#13987) --- docs/gpu.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/gpu.mdx b/docs/gpu.mdx index 9cb2d3abc..60e2f5e3c 100644 --- a/docs/gpu.mdx +++ b/docs/gpu.mdx @@ -10,6 +10,7 @@ Check your compute compatibility to see if your card is supported: | Compute Capability | Family | Cards | | ------------------ | ------------------- | ------------------------------------------------------------------------------------------------------------------------------ | +| 12.1 | NVIDIA | `GB10 (DGX Spark)` | | 12.0 | GeForce RTX 50xx | `RTX 5060` `RTX 5060 Ti` `RTX 5070` `RTX 5070 Ti` `RTX 5080` `RTX 5090` | | | NVIDIA Professional | `RTX PRO 4000 Blackwell` `RTX PRO 4500 Blackwell` `RTX PRO 5000 Blackwell` `RTX PRO 6000 Blackwell` | | 9.0 | NVIDIA | `H200` `H100` | @@ -163,4 +164,4 @@ To select specific Vulkan GPU(s), you can set the environment variable `GGML_VK_VISIBLE_DEVICES` to one or more numeric IDs on the Ollama server as described in the [FAQ](faq#how-do-i-configure-ollama-server). If you encounter any problems with Vulkan based GPUs, you can disable all Vulkan GPUs -by setting `GGML_VK_VISIBLE_DEVICES=-1` \ No newline at end of file +by setting `GGML_VK_VISIBLE_DEVICES=-1`