Search Criteria
Package Details: whisper.cpp-cuda 1.8.2-1
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.46 |
First Submitted: | 2024-12-11 23:08 (UTC) |
Last Updated: | 2025-10-16 07:57 (UTC) |
Dependencies (5)
- libggml-cuda-gitAUR
- nvidia-utils (nvidia-410xx-utilsAUR, nvidia-440xx-utilsAUR, nvidia-430xx-utilsAUR, nvidia-340xx-utilsAUR, nvidia-525xx-utilsAUR, nvidia-510xx-utilsAUR, nvidia-535xx-utilsAUR, nvidia-utils-teslaAUR, nvidia-470xx-utilsAUR, nvidia-550xx-utilsAUR, nvidia-utils-betaAUR, nvidia-vulkan-utilsAUR, nvidia-390xx-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 »
luiscastro193 commented on 2025-10-16 09:33 (UTC)
It compiled fine for me
Kcchouette commented on 2025-10-16 09:29 (UTC) (edited on 2025-10-16 09:44 (UTC) by Kcchouette)
Edit: building again
libggml-cuda-git
fix the problemevorster 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.1 2 Next › Last »