Add API_STT_THREADS env var to configure the number of STT threads per worker
This commit is contained in:
parent
6f4f287601
commit
38d91cad0c
3 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
|
||||
export ACCESS_CONTROL_ALLOW_ORIGIN="*"
|
||||
export API_STT_MODEL="/Models/faster-whisper-medium"
|
||||
# export API_STT_THREADS=4 # per worker, default: 4
|
||||
|
|
Reference in a new issue