| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: whisper-cpp-server | Distribution: OpenMandriva Lx |
| Version: 1.9.2 | Vendor: OpenMandriva |
| Release: 2 | Build date: Wed Aug 12 06:20:12 2026 |
| Group: Servers | Build host: altra-6.openmandriva.org |
| Size: 0 | Source RPM: whisper-cpp-1.9.2-2.src.rpm |
| Packager: bero <bero@lindev.ch> | |
| Url: https://github.com/ggml-org/whisper.cpp | |
| Summary: HTTP inference server for whisper-cpp | |
HTTP server for whisper.cpp. WAV (or, with --convert and ffmpeg,
other audio) is posted to the model.
Config: /etc/sysconfig/whisper-server
Unit: whisper.service (default 127.0.0.1:8081, not 8080, so it
can run next to llama-server)
systemctl enable --now whisper.service
Models from https://huggingface.co/ggerganov/whisper.cpp (ggml-*.bin).
If MODEL is unset, the unit picks the best readable file from
MODEL_ORDER in /etc/sysconfig/whisper-server (large-v3
down to tiny), searching /srv/ai then
/usr/share/whisper-cpp/models. Packaged whisper-cpp-model-*
RPMs land in the second directory. Override with MODEL=.
The unit hides /home; extra model trees need a drop-in
ReadOnlyPaths=-/other/models. /usr is already readable.
GPU offload uses whatever ggml backends are installed. Disable with
--no-gpu. Device index: --device N (or WHISPER_ARG_DEVICE).
To transcribe:
curl http://127.0.0.1:8081/inference \
-H "Content-Type: multipart/form-data" \
-F file="@audio.wav" \
-F response_format="json"
To hot-swap the model (path must be readable, e.g. under /srv/ai):
curl http://127.0.0.1:8081/load \
-H "Content-Type: multipart/form-data" \
-F model="/srv/ai/ggml-small.en.bin"
There is no built-in API key. Do not bind HOST to a public address
without a reverse proxy. --convert shells out to ffmpeg.
MIT
/etc/sysconfig/whisper-server /usr/bin/whisper-server /usr/lib/systemd/system/whisper.service /usr/libexec/whisper-cpp/whisper-server-start
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Aug 12 22:19:20 2026