Search Criteria
Package Details: whisper.cpp-openvino 1.7.1-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 OpenVINO run-time) |
Upstream URL: | https://github.com/ggerganov/whisper.cpp |
Licenses: | MIT |
Conflicts: | whisper.cpp |
Provides: | whisper.cpp |
Submitter: | robertfoster |
Maintainer: | robertfoster |
Last Packager: | robertfoster |
Votes: | 11 |
Popularity: | 0.53 |
First Submitted: | 2023-03-10 17:32 (UTC) |
Last Updated: | 2024-11-04 13:56 (UTC) |
Dependencies (10)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- openvinoAUR (openvino-gitAUR)
- pugixml (pugixml-gitAUR)
- blas-openblas (make)
- cmake (cmake-gitAUR) (make)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- openvinoAUR (openvino-gitAUR) (make)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR) (make)
Required by (1)
- shisper-git (requires whisper.cpp)
Latest Comments
« First ‹ Previous 1 2 3
dreieck commented on 2024-04-17 15:33 (UTC)
ccache
does not need to be an optional dependency.When the software is built, it does not make sense.
The user can control CCACHE build with the
ccache
-option
tomakepkg
.Regards!
dreieck commented on 2024-03-27 09:35 (UTC)
Since several packages use
ggml
I made an extra package for it:libggml-git
.Regards!
Marzal commented on 2024-03-26 12:05 (UTC)
Hi, thanks for adding openblas support. 2 questions:
Shouldn't line https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=whisper.cpp&id=9b61134cd2ea51c92300f2aa432b47e3dd24ab4a#n103 also be changed to blas-openblas ?
It's possible to compile only the needed makedepends in each split package? Right now it has to install and compile a lot of stuff that I think is not needed for just "OPENBlas CPU optimizations"
dreieck commented on 2024-03-25 22:31 (UTC) (edited on 2024-03-26 19:40 (UTC) by dreieck)
llama-cpp
andwhisper.cpp
need to conflict with each other:(Maybe even better to not install
/usr/include/ggml.h
but use a separate package for this.)Regards and thanks for maintaining!
kearneyBack commented on 2024-02-24 12:28 (UTC)
@lyoneel Thanks for your kindly advice. I try it and got better result(11 mins).
lyoneel commented on 2024-02-21 07:38 (UTC)
@kearneyBack if you are using CPU only, this build as far I understand does not enable openblas, and may is affecting your performance, see: https://github.com/ggerganov/whisper.cpp?tab=readme-ov-file#blas-cpu-support-via-openblas
kearneyBack commented on 2023-12-07 09:43 (UTC) (edited on 2023-12-27 07:42 (UTC) by kearneyBack)
thanks for you kindly packing work. I use ggml-large-v2.bin to do 1 mins audio(-t 12 -p 6) takes almost 35mins. Is that normal?
lapsus commented on 2023-05-10 10:03 (UTC) (edited on 2023-05-10 10:03 (UTC) by lapsus)
AsukaMinato commented on 2023-04-18 05:45 (UTC)
please add those to
provides
« First ‹ Previous 1 2 3