2 lines
270 B
Bash
Executable File
2 lines
270 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -a; . ~/.local/share/speech-to-text/speech-to-text.env; set +a; ONNXRUNTIME_LIB="${ONNXRUNTIME_LIB:-/usr/lib/libonnxruntime.so.1.24.2}" exec "$STT_PARAKEET_BIN" -port "$STT_PARAKEET_PORT" -models "$STT_PARAKEET_MODELS_DIR" -workers "$STT_WORKERS" |