Package Details: whisper.cpp-vulkan 1.7.4-1

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: 3
Popularity: 1.86
First Submitted: 2024-12-11 23:09 (UTC)
Last Updated: 2025-01-20 12:07 (UTC)

Latest Comments

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