Search Criteria
Package Details: whisper.cpp 1.7.4-2
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: | 14 |
Popularity: | 1.32 |
First Submitted: | 2023-03-10 17:32 (UTC) |
Last Updated: | 2025-02-16 18:33 (UTC) |
Latest Comments
1 2 3 4 Next › Last »
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...
dbb commented on 2024-12-04 12:34 (UTC)
At least for me adding
vulkan-headers
andshaderc
tomakedepends
was enough to get it to build in a clean chroot.xuiqzy commented on 2024-11-13 19:59 (UTC)
Vulkan variant failed to build even with
shaderc
andvulkan-headers
installed. Full output: https://pastebin.com/HzaxTUvd Partial:xiota commented on 2024-11-10 20:50 (UTC) (edited on 2024-11-10 21:06 (UTC) by xiota)
Rather than delete libggml related files, should configure to link statically. Appears each variant needs its own version of libggml, which the
aur/libggml-git
package can't handle.That statement supports creating separate PKGBUILDs for each subpackage. Few people need every variant. Forcing users to build them all of them, edit the PKGBUILD every update, etc is cumbersome. If you expect users to modify the package before building, the base package should support baseline x86_64 with ability to build with other options.
jsimonrichard commented on 2024-11-10 00:43 (UTC)
This may have been caused by the deletion of
ggml.so
(not sure), but I'm getting the following error (even though I also installedlibggml-git
).1 2 3 4 Next › Last »