From 83c5227dd8e429782cc02b5b63980eaf268bb690 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 25 Feb 2026 11:54:14 +0300 Subject: [PATCH] Configurable path --- bin/bin/transcribe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bin/transcribe b/bin/bin/transcribe index d2c30ba..7c884b4 100755 --- a/bin/bin/transcribe +++ b/bin/bin/transcribe @@ -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 $@ -- 2.52.0