Update run.sh
This commit is contained in:
parent
9240c2c67f
commit
a7d5c90080
1 changed files with 1 additions and 1 deletions
2
run.sh
2
run.sh
|
@ -5,6 +5,6 @@ python3 -m wyoming_faster_whisper \
|
||||||
--uri 'tcp://0.0.0.0:10300' \
|
--uri 'tcp://0.0.0.0:10300' \
|
||||||
--data-dir /data \
|
--data-dir /data \
|
||||||
--download-dir /data "$@" \
|
--download-dir /data "$@" \
|
||||||
--model small \
|
--model medium-int8 \
|
||||||
--beam-size 5 \
|
--beam-size 5 \
|
||||||
--device cuda
|
--device cuda
|
||||||
|
|
Loading…
Add table
Reference in a new issue