Skip to content

Commit

Permalink
actually set correct device
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad authored Jan 8, 2024
1 parent a06f168 commit af5c5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/s6-overlay/s6-rc.d/svc-whisper/run
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exec \
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost 10300" \
s6-setuidgid abc python3 -m wyoming_faster_whisper \
--uri 'tcp://0.0.0.0:10300' \
--device gpu \
--device cuda \
--model "${WHISPER_MODEL}" \
--beam-size "${WHISPER_BEAM:-1}" \
--language "${WHISPER_LANG:-en}" \
Expand Down

0 comments on commit af5c5eb

Please sign in to comment.