Update run.sh

This commit is contained in:
Confused-Engineer 2024-01-10 12:14:37 -05:00 committed by GitHub
parent 9240c2c67f
commit a7d5c90080
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
run.sh
View file

@ -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