]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Configurable path
authorSergey Matveev <stargrave@stargrave.org>
Wed, 25 Feb 2026 08:54:14 +0000 (11:54 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 25 Feb 2026 08:54:14 +0000 (11:54 +0300)
bin/bin/transcribe

index d2c30ba3d33951419a9d845911e48c8477ef81ed..7c884b42277ba6070861393430d7a9d9047338bd 100755 (executable)
@@ -9,7 +9,7 @@ shift
 exec whisper-cli \
     --no-prints \
     --print-colors \
-    --model $HOME/work/bass/build/distfiles/ggml-large-v2.bin \
+    --model ${MODEL:-/net/sstorage/db/llm/ggml/ggml-large-v2.bin} \
     --threads ${JOBS:-8} \
     --language $lang \
     --file $file $@