Search Criteria
Package Details: whisper.cpp 1.7.5-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/whisper.cpp.git (read-only, click to copy) |
---|---|
Package Base: | whisper.cpp |
Description: | Port of OpenAI's Whisper model in C/C++ (with OPENBlas CPU optimizations) |
Upstream URL: | https://github.com/ggerganov/whisper.cpp |
Licenses: | MIT |
Submitter: | robertfoster |
Maintainer: | robertfoster |
Last Packager: | robertfoster |
Votes: | 15 |
Popularity: | 1.08 |
First Submitted: | 2023-03-10 17:32 (UTC) |
Last Updated: | 2025-04-12 15:59 (UTC) |
Latest Comments
1 2 3 4 5 Next › Last »
hsantanna commented on 2025-05-10 06:34 (UTC)
If you get this error:
Just add this to PKGBUILD:
robertfoster commented on 2025-04-13 16:48 (UTC) (edited on 2025-04-13 16:50 (UTC) by robertfoster)
@Regalia
This is the actual whisper.cpp
You can retrieve it with
-Ql whisper.cpp
. if your list diverges, maybe you have some local cache issue (!?).So there's no conflicting file
@kreijstal that script file to download models is not installed by cmake, Ask to the upstream project to consider this option. For now I try to stay minimal.
Regalia commented on 2025-04-13 16:17 (UTC)
Hey, I think you split off ggml-git from whisper.cpp, but you didn't clean up preexisting ggml headers from whisper.cpp, so this needs manual intervention (reinstalling whisper.cpp):
jronald commented on 2025-02-23 03:55 (UTC)
kreijstal commented on 2025-02-17 10:35 (UTC)
Thank you @robertfoster, but it seems download-ggml-model.sh is still not packaged.
kreijstal commented on 2025-02-16 21:19 (UTC) (edited on 2025-02-16 21:19 (UTC) by kreijstal)
Models are not supported? Or where are you supposed to get them? Also yes you don't need to delete the ggml.so libraries, that's stupid. unless you also package libggml separately.
Retoran commented on 2025-02-08 22:49 (UTC) (edited on 2025-02-08 22:52 (UTC) by Retoran)
I managed to get
whisper-cli
from this package's vulkan version to stop complaining aboutlibggml.so
being missing, as mentioned by Bink in the previous comment, by removing the following lines from the package build.These lines are also present in this version of the package, I imagine removing them would also solve the error here.
First time commenting on the AUR, apologies for any formatting problems with this comment.
Bink commented on 2025-01-29 03:26 (UTC) (edited on 2025-02-11 20:14 (UTC) by Bink)
When running
whisper-cli
, this issue presents on my system, and also in a minimal VM with a clean build environment.Under
/usr/lib/
only these are present:TimorLee commented on 2024-12-05 08:46 (UTC) (edited on 2024-12-05 08:51 (UTC) by TimorLee)
I'm also getting the following error currently:
And I have no idea how to fix that - and would love to be able to use whisper again, as it's a great asset in my workflow...
1 2 3 4 5 Next › Last »