Search Criteria
Package Details: whisper.cpp-cuda 1.7.6-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: | 1 |
Popularity: | 0.96 |
First Submitted: | 2024-12-11 23:08 (UTC) |
Last Updated: | 2025-06-26 15:12 (UTC) |
Dependencies (4)
- ggml-cublas-gitAUR
- sdl2-compat (sdl2-compat-gitAUR, sdl2-gitAUR, sdl2AUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (3)
- galene-stt (requires whisper.cpp)
- shisper-git (requires whisper.cpp)
- wiggly-stt (requires whisper.cpp) (optional)
Latest Comments
1 2 Next › Last »
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
chiz commented on 2025-02-23 10:23 (UTC)
jronald commented on 2025-02-23 08:07 (UTC) (edited on 2025-02-23 08:11 (UTC) by jronald)
whisper-cli: error while loading shared libraries: libcuda.so.1: cannot open shared object file: No such file or directory
1 2 Next › Last »