Search Criteria
Package Details: whisper.cpp-vulkan 1.7.5-4
Package Actions
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)
- ggml-vulkan-gitAUR
- sdl2-compat (sdl2-compat-gitAUR, sdl2-gitAUR, sdl2AUR)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (2)
- galene-stt (requires whisper.cpp)
- shisper-git (requires whisper.cpp)
Latest Comments
ioctl commented on 2025-04-14 09:42 (UTC)
Package conflicts with the llama.cpp-vulkan. The llama.cpp-vulkan install error:
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
Again thanks fo taking care of this package