Package Details: whisper.cpp-vulkan 1.7.5-4

Git Clone URL: https://aur.archlinux.org/whisper.cpp-vulkan.git (read-only, click to copy)
Package Base: whisper.cpp-vulkan
Description: Port of OpenAI's Whisper model in C/C++ (with Vulkan optimizations)
Upstream URL: https://github.com/ggerganov/whisper.cpp
Licenses: MIT
Conflicts: whisper.cpp
Provides: whisper.cpp
Submitter: robertfoster
Maintainer: robertfoster
Last Packager: robertfoster
Votes: 8
Popularity: 1.99
First Submitted: 2024-12-11 23:09 (UTC)
Last Updated: 2025-04-12 15:59 (UTC)

Dependencies (4)

Required by (2)

Sources (1)

Latest Comments

ioctl commented on 2025-04-14 09:42 (UTC)

Package conflicts with the llama.cpp-vulkan. The llama.cpp-vulkan install error:


llama.cpp-vulkan: /usr/bin/vulkan-shaders-gen exists in filesystem (owned by whisper.cpp-vulkan)
llama.cpp-vulkan: /usr/lib/libggml-base.so exists in filesystem (owned by whisper.cpp-vulkan)
llama.cpp-vulkan: /usr/lib/libggml-cpu.so exists in filesystem (owned by whisper.cpp-vulkan)
llama.cpp-vulkan: /usr/lib/libggml-vulkan.so exists in filesystem (owned by whisper.cpp-vulkan)
llama.cpp-vulkan: /usr/lib/libggml.so exists in filesystem (owned by whisper.cpp-vulkan)


Marzal commented on 2024-12-16 19:59 (UTC) (edited on 2024-12-16 20:01 (UTC) by Marzal)

Hi, thanks for splitting the packages. vulkan-headers and shaderc are needed to build on a clean chroot: makedepends=( 'vulkan-headers' 'shaderc' 'cmake' 'git' )

And openmp seems like it's not necessary as dependency: whisper.cpp-vulkan W: Dependency included, but may not be needed ('openmp')

I've been building my own version without it for a long time, and the log says that openmp it's found without this package

-- Found OpenMP_C: -fopenmp (found version "4.5")
-- Found OpenMP_CXX: -fopenmp (found version "4.5")
-- Found OpenMP: TRUE (found version "4.5")
-- OpenMP found

Again thanks fo taking care of this package