From 0806967e099b8ac6132a93271ad0c19b336775b6 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:23 +0100 Subject: chore(pkg): switch whisper.cpp -> whisper.cpp-vulkan Drops the libggml-git transitive dependency in favor of llama.cpp-vulkan (versioned release). Vulkan acceleration on UHD 620 is unlikely to help with the base model, but this gets us off a rolling -git package. --- meta/extra.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/extra.txt b/meta/extra.txt index 36c311f..0183ad1 100644 --- a/meta/extra.txt +++ b/meta/extra.txt @@ -12,5 +12,5 @@ tesseract-data-por # Speech-to-text (used by ~/.local/bin/dictate) # `base` multilingual: ~142 MB, ~7-10x realtime on a 4c CPU. Override # WHISPER_MODEL in the script's environment to use a different ggml model. -whisper.cpp +whisper.cpp-vulkan whisper.cpp-model-base -- cgit v1.3.1