Package Details: whisper.cpp 1.5.5-1

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
Provides: whisper.cpp
Submitter: robertfoster
Maintainer: robertfoster
Last Packager: robertfoster
Votes: 7
Popularity: 0.35
First Submitted: 2023-03-10 17:32 (UTC)
Last Updated: 2024-04-19 16:22 (UTC)

Required by (1)

Sources (1)

Latest Comments

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 to makepkg.

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:

dreieck commented on 2024-03-25 22:31 (UTC) (edited on 2024-03-26 19:40 (UTC) by dreieck)

llama-cpp and whisper.cpp need to conflict with each other:

error: failed to commit transaction (conflicting files)
llama-cpp-rocm-git: /usr/include/ggml.h exists in filesystem (owned by whisper.cpp-clblas)

(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)

Traceback (most recent call last):
  File "/home/user/.local/bin/cmake", line 5, in <module>
    from cmake import cmake
ModuleNotFoundError: No module named 'cmake'
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'whisper.cpp-1.4.0-1': 
error: packages failed to build: whisper.cpp-1.4.0-1

AsukaMinato commented on 2023-04-18 05:45 (UTC)

> ls /usr/bin/ | grep whisper.cpp | LANG=C xargs paru -Qo
/usr/bin/whisper.cpp is owned by whisper.cpp 1.2.1-1
/usr/bin/whisper.cpp-bench is owned by whisper.cpp 1.2.1-1
/usr/bin/whisper.cpp-command is owned by whisper.cpp 1.2.1-1
/usr/bin/whisper.cpp-stream is owned by whisper.cpp 1.2.1-1
/usr/bin/whisper.cpp-talk is owned by whisper.cpp 1.2.1-1

please add those to provides