From 9b04f4adf3d5b9f2e3d5d6e362fca6bd9507f734 Mon Sep 17 00:00:00 2001 From: Francisco Herrera Date: Wed, 10 Sep 2025 02:39:48 -0500 Subject: [PATCH] Add instructions for building with vulkan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6c07bbcb00..bdbb039ac26 100644 --- a/README.md +++ b/README.md @@ -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: ```