feat: tts
This commit is contained in:
parent
8011242194
commit
3b589f54ce
3 changed files with 3 additions and 3 deletions
|
|
@ -9,7 +9,7 @@
|
|||
let
|
||||
whisper = pkgs.whisper-cpp.override { cudaSupport = hostConfig.gpu == "nvidia"; };
|
||||
modelDir = "${config.home.homeDirectory}/.local/share/whisper-models";
|
||||
model = "ggml-medium.bin";
|
||||
model = "ggml-large-v3-turbo.bin";
|
||||
modelUrl = "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/${model}";
|
||||
in
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue