From e69738b8a2b676b341afbda4efa5ace892934c35 Mon Sep 17 00:00:00 2001 From: theSoberSobber <109434814+theSoberSobber@users.noreply.github.com> Date: Thu, 7 Mar 2024 23:17:22 +0530 Subject: [PATCH] theek --- generate-with-extra-logging.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/generate-with-extra-logging.sh b/generate-with-extra-logging.sh index ae319b1..b3c875d 100755 --- a/generate-with-extra-logging.sh +++ b/generate-with-extra-logging.sh @@ -47,14 +47,14 @@ ls # Run main script with model and input file cecho $GREEN "Running main script..." -./main -m models/ggml-large-v1.bin rec16.wav -ojf -sow +./main -m models/ggml-large-v1.bin rec16.wav -ojf cecho $GREEN "Main script completed." ls # Run consolidator script -cecho $GREEN "Running Fake Consolidator..." -cp rec16.wav.json consolidated.json +cecho $GREEN "Running Consolidator..." +python consolidator.py cecho $GREEN "Consolidator script completed." ls