From de1ce45913871c5e3fa58c8da7640f911bf23c24 Mon Sep 17 00:00:00 2001 From: Daniel Hiltgen Date: Mon, 20 Jul 2026 13:09:36 -0700 Subject: [PATCH] cuda: add CC 10.0 for linux in CUDA v12 (#17025) Add compute capability 10.0 to the Linux CUDA v12 preset so B200-class devices can use the cuda_v12 backend with drivers that do not meet the CUDA v13 minimum. Fixes #12583 --- llama/server/CMakePresets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama/server/CMakePresets.json b/llama/server/CMakePresets.json index 9ac2f6aa..db8e3677 100644 --- a/llama/server/CMakePresets.json +++ b/llama/server/CMakePresets.json @@ -68,7 +68,7 @@ "inherits": ["llama_cuda_v12_base"], "binaryDir": "${sourceDir}/../../build/llama-server-cuda_v12", "cacheVariables": { - "CMAKE_CUDA_ARCHITECTURES": "50-virtual;52-virtual;60;61;70;75;80;86;89;90;90a;120" + "CMAKE_CUDA_ARCHITECTURES": "50-virtual;52-virtual;60;61;70;75;80;86;89;90;90a;100;120" } }, {