feat(halo): add wyoming whisper-cpp
This commit is contained in:
parent
b5e7d5031a
commit
27343e49bd
4 changed files with 77 additions and 46 deletions
|
|
@ -1,13 +1,15 @@
|
|||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services.wyoming = {
|
||||
faster-whisper.servers."main" = {
|
||||
enable = true;
|
||||
language = "de";
|
||||
model = "base"; # or "small"/"medium" for better accuracy
|
||||
uri = "tcp://0.0.0.0:10300";
|
||||
device = "gpu";
|
||||
};
|
||||
whisper-cpp = {
|
||||
package = pkgs.wyoming-whisper-rs;
|
||||
servers.main = {
|
||||
enable = true;
|
||||
model = "/var/lib/wyoming/whisper-cpp/ggml-large-v3.bin";
|
||||
uri = "tcp://0.0.0.0:10300";
|
||||
language = "de";
|
||||
};
|
||||
};
|
||||
|
||||
piper.servers."main" = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue