Search Criteria
Package Details: whisper.cpp-cuda 1.7.6-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/whisper.cpp-cuda.git (read-only, click to copy) |
---|---|
Package Base: | whisper.cpp-cuda |
Description: | Port of OpenAI's Whisper model in C/C++ (with NVIDIA CUDA optimizations) |
Upstream URL: | https://github.com/ggerganov/whisper.cpp |
Licenses: | MIT |
Conflicts: | whisper.cpp |
Provides: | whisper.cpp |
Submitter: | robertfoster |
Maintainer: | robertfoster |
Last Packager: | robertfoster |
Votes: | 2 |
Popularity: | 0.76 |
First Submitted: | 2024-12-11 23:08 (UTC) |
Last Updated: | 2025-08-22 16:28 (UTC) |
Dependencies (5)
- ggml-cublas-gitAUR
- nvidia-utils (nvidia-410xx-utilsAUR, nvidia-440xx-utilsAUR, nvidia-430xx-utilsAUR, nvidia-340xx-utilsAUR, nvidia-525xx-utilsAUR, nvidia-510xx-utilsAUR, nvidia-390xx-utilsAUR, nvidia-vulkan-utilsAUR, nvidia-535xx-utilsAUR, nvidia-utils-teslaAUR, nvidia-470xx-utilsAUR, nvidia-utils-betaAUR, nvidia-550xx-utilsAUR)
- sdl2-compat (sdl2-compat-gitAUR, sdl2-gitAUR, sdl2AUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (4)
- galene-stt (requires whisper.cpp)
- hyprwhspr (requires whisper.cpp) (optional)
- shisper-git (requires whisper.cpp)
- wiggly-stt (requires whisper.cpp) (optional)
Latest Comments
1 2 Next › Last »
evorster commented on 2025-08-18 14:24 (UTC)
So close!
ashs commented on 2025-08-11 16:24 (UTC) (edited on 2025-08-11 16:26 (UTC) by ashs)
I get this error at 95%:
dbb commented on 2025-07-06 11:53 (UTC)
Fails to build in a clean chroot with:
Had to add
nvidia-utils
to dependencies to get it to build.evorster commented on 2025-06-27 17:18 (UTC) (edited on 2025-06-27 17:18 (UTC) by evorster)
I now get this compile error:
brauliobo commented on 2025-05-30 21:37 (UTC)
it the maintainer active? last update is more than a month ago...
mikecr commented on 2025-05-28 07:32 (UTC)
I had to add this to make it build cos ggml_backend_sched_new() seemingly needs an extra arg now:
hsantanna commented on 2025-05-10 06:27 (UTC) (edited on 2025-05-10 06:32 (UTC) by hsantanna)
If you get this error:
Just add this to PKGBUILD:
lhy7889678 commented on 2025-03-15 10:21 (UTC)
Adding
-DCMAKE_CUDA_ARCHITECTURES=89-real
is not always a good idea, because not every GPU supports such a high compute capability. My RTX2060 fails during runtime (not compilation) with this line. As for me, changing it to-DCMAKE_CUDA_ARCHITECTURES=75
(compute capability 7.5) fixes the problem. You may need to check https://developer.nvidia.com/cuda-gpus for the compute capability of a given GPU model.jronald commented on 2025-02-23 15:08 (UTC) (edited on 2025-02-23 15:08 (UTC) by jronald)
libcuda.so.1
is in packagenvidia-utils
, sonvidai-utils
should be a dependencyjronald commented on 2025-02-23 15:05 (UTC) (edited on 2025-02-24 02:45 (UTC) by jronald)
fixed by adding
-DCMAKE_CUDA_ARCHITECTURES=89-real
https://github.com/leejet/stable-diffusion.cpp/issues/541tested
1 2 Next › Last »