Add instructions for building with vulkan

This commit is contained in:
Francisco Herrera 2025-09-10 02:39:48 -05:00 committed by GitHub
parent edea8a9c3c
commit 9b04f4adf3
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:
```