d70f2e7089
Предполагается что ROCM стоит на хосте!
23 lines
428 B
Bash
23 lines
428 B
Bash
|
|
# Server configuration
|
|
HOST=0.0.0.0
|
|
PORT=9854
|
|
|
|
# Model configuration
|
|
DEFAULT_MODEL=tiny
|
|
MODEL_DOWNLOAD_ROOT=./models
|
|
|
|
# Security configuration
|
|
KEYS_FILE=keys.txt
|
|
|
|
# Logging configuration (optional)
|
|
LOG_LEVEL=INFO
|
|
|
|
# ROCm GPU configuration
|
|
HSA_OVERRIDE_GFX_VERSION=10.3.0
|
|
ROCM_PATH=/opt/rocm
|
|
|
|
# Example of available Whisper models:
|
|
# tiny, base, small, medium, large, turbo
|
|
# turbo is recommended for best speed/quality balance
|