This commit is contained in:
Francisco Herrera 2026-08-16 11:18:00 +01:00 committed by GitHub
commit b0fc21e553
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ 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.
First, make sure your graphics card driver provides support for Vulkan API. Then, if you use Linux, install the Vulkan-Headers package for your distro, if you don't have the Vulkan SDK installed.
Now build `whisper.cpp` with Vulkan support:
```