docs : update README.md to note newer nvidia gpus (#3031)

Resolves: https://github.com/ggml-org/whisper.cpp/issues/3030
This commit is contained in:
Jeff Klassen 2025-04-11 00:54:51 -06:00 committed by GitHub
parent e853620270
commit 9cfcd6cc45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.