7 lines
349 B
Bash
7 lines
349 B
Bash
# FAST instance (port 11346) — English-only, ~5x lighter than turbo.
|
|
# Same API; point a client at :11346 instead of :11345 when latency matters more than accuracy.
|
|
# For a multilingual equivalent use ggml-small-q5_1.bin and set WHISPER_LANG=auto.
|
|
WHISPER_MODEL=/home/anon/software/models/ggml-small.en-q5_1.bin
|
|
WHISPER_PORT=11346
|
|
WHISPER_LANG=en
|