From f3a833d18e7f44186d682ec3872ff0313fd2fa2e Mon Sep 17 00:00:00 2001 From: refine360-debug Date: Tue, 30 Sep 2025 08:15:03 +0200 Subject: [PATCH] Update build.md Fixes pointing to wrong CUDA toolkit install under build section. Official builds seem to be done with v12.4. --- docs/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build.md b/docs/build.md index dcbcce7549ad2..f9b436579b0be 100644 --- a/docs/build.md +++ b/docs/build.md @@ -131,7 +131,7 @@ For detailed info, please refer to [llama.cpp for SYCL](./backend/SYCL.md). ## CUDA -This provides GPU acceleration using an NVIDIA GPU. Make sure to have the [CUDA toolkit](https://developer.nvidia.com/cuda-toolkit) installed. +This provides GPU acceleration using an NVIDIA GPU. Make sure to have the [CUDA v12.4 toolkit](https://developer.nvidia.com/cuda-12-4-0-download-archive) installed. #### Download directly from NVIDIA You may find the official downloads here: [NVIDIA developer site](https://developer.nvidia.com/cuda-downloads).