]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
docs : update README.md to note newer nvidia gpus (#3031)
authorJeff Klassen <redacted>
Fri, 11 Apr 2025 06:54:51 +0000 (00:54 -0600)
committerGitHub <redacted>
Fri, 11 Apr 2025 06:54:51 +0000 (08:54 +0200)
Resolves: https://github.com/ggml-org/whisper.cpp/issues/3030

README.md

index 565e195acec000aa576e3674dae3544f90c72841..f51b88ded11d9d233035a134fed285c1dfa3929e 100644 (file)
--- 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.