From a7d5c900805089c1f9e66fc0ebf3c0be27efca31 Mon Sep 17 00:00:00 2001 From: Confused-Engineer <101591048+Confused-Engineer@users.noreply.github.com> Date: Wed, 10 Jan 2024 12:14:37 -0500 Subject: [PATCH] Update run.sh --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 05ea0b8..2e08ccb 100644 --- a/run.sh +++ b/run.sh @@ -5,6 +5,6 @@ python3 -m wyoming_faster_whisper \ --uri 'tcp://0.0.0.0:10300' \ --data-dir /data \ --download-dir /data "$@" \ - --model small \ + --model medium-int8 \ --beam-size 5 \ --device cuda