From: Jeff Klassen Date: Fri, 11 Apr 2025 06:54:51 +0000 (-0600) Subject: docs : update README.md to note newer nvidia gpus (#3031) X-Git-Tag: upstream/1.7.5+105~85 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=9cfcd6cc45196b27286cc6694dcfca67a07ccf4d;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp docs : update README.md to note newer nvidia gpus (#3031) Resolves: https://github.com/ggml-org/whisper.cpp/issues/3030 --- diff --git a/README.md b/README.md index 565e195a..f51b88de 100644 --- a/README.md +++ b/README.md @@ -322,6 +322,12 @@ cmake -B build -DGGML_CUDA=1 cmake --build build -j --config Release ``` +or for newer NVIDIA GPU's (RTX 5000 series): +``` +cmake -B build -DGGML_CUDA=1 -DCMAKE_CUDA_ARCHITECTURES="86" +cmake --build build -j --config Release +``` + ## Vulkan GPU support Cross-vendor solution which allows you to accelerate workload on your GPU. First, make sure your graphics card driver provides support for Vulkan API.