This commit is contained in:
Francisco Herrera 2026-04-20 07:14:02 +00:00 committed by GitHub
commit cf68b0c3fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,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:
```