Search Criteria
Package Details: whisper.cpp-git v1.7.5.r13.gb1f5c11-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/whisper.cpp-git.git (read-only, click to copy) |
|---|---|
| Package Base: | whisper.cpp-git |
| Description: | Port of OpenAI's Whisper model in C/C++ |
| Upstream URL: | https://github.com/ggerganov/whisper.cpp |
| Licenses: | MIT |
| Conflicts: | whisper.cpp |
| Submitter: | hrehfeld |
| Maintainer: | hrehfeld |
| Last Packager: | hrehfeld |
| Votes: | 2 |
| Popularity: | 0.010509 |
| First Submitted: | 2022-12-15 21:32 (UTC) |
| Last Updated: | 2025-04-08 15:50 (UTC) |
Latest Comments
dreieck commented on 2024-03-27 09:34 (UTC)
Since several packages use
ggmlI made an extra package for it:libggml-git.This conflicts with packages that install their own ggml files.
Can you remove all
ggml-specific files and if needed addlibggmlto thedependsarray?Regards!
dreieck commented on 2024-03-26 10:52 (UTC)
llama.cppandwhisper.cppneed to conflict with each other:(Maybe better to split out
/usr/include/ggml.hin a separate package and depend on it.)Regards and thanks for maintaining!
hrehfeld commented on 2023-09-02 13:15 (UTC)
whoops, missed the flag, will update soon
atticf commented on 2023-01-17 06:20 (UTC)
The current pkgver function doesn't order correctly (commit hash will be random which can lead to the new build having a lower version, which can be annoying when upgrading because pacman will say the package will be downgraded or skip the upgrade). I think you should change to something from here https://wiki.archlinux.org/title/VCS_package_guidelines#Git