From e1ad70ea0ac7ec0300eb7a458a8b80fd4766ce90 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 15 Jan 2025 20:29:24 +0300 Subject: [PATCH] whisper.cpp is renamed --- bin/bin/transcribe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bin/transcribe b/bin/bin/transcribe index fd3c43a..d2c30ba 100755 --- a/bin/bin/transcribe +++ b/bin/bin/transcribe @@ -6,7 +6,7 @@ lang=$1 file=$2 shift shift -exec whisper.cpp \ +exec whisper-cli \ --no-prints \ --print-colors \ --model $HOME/work/bass/build/distfiles/ggml-large-v2.bin \ -- 2.48.1