Update README.md

This commit is contained in:
McCloudS
2024-02-08 08:39:58 -07:00
committed by GitHub
parent 6750895ebd
commit fb37f1c816

View File

@@ -117,7 +117,7 @@ You can define the port via environment variables, but the endpoints are static.
The following environment variables are available in Docker. They will default to the values listed below. The following environment variables are available in Docker. They will default to the values listed below.
| Variable | Default Value | Description | | Variable | Default Value | Description |
|---------------------------|------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |---------------------------|------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| TRANSCRIBE_DEVICE | 'cpu' | Can transcribe via gpu (Cuda only) or cpu. Takes option of "cpu", "gpu", "cuda". You must be running a cuda dockerfile to use the cuda/gpu options without failing. | | TRANSCRIBE_DEVICE | 'cpu' | Can transcribe via gpu (Cuda only) or cpu. Takes option of "cpu", "gpu", "cuda". |
| WHISPER_MODEL | 'medium' | Can be:'tiny', 'tiny.en', 'base', 'base.en', 'small', 'small.en', 'medium', 'medium.en', 'large-v1','large-v2', or 'large' | | WHISPER_MODEL | 'medium' | Can be:'tiny', 'tiny.en', 'base', 'base.en', 'small', 'small.en', 'medium', 'medium.en', 'large-v1','large-v2', or 'large' |
| CONCURRENT_TRANSCRIPTIONS | 2 | Number of files it will transcribe in parallel | | CONCURRENT_TRANSCRIPTIONS | 2 | Number of files it will transcribe in parallel |
| WHISPER_THREADS | 4 | number of threads to use during computation | | WHISPER_THREADS | 4 | number of threads to use during computation |