Files
mediaplayer/whisper/.env.example
2026-08-16 17:48:41 +08:00

18 lines
611 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 模型选择:
# Systran/faster-whisper-large-v3 准确率最高float16 约 6 GB 显存)
# Systran/faster-whisper-large-v3-turbo 速度快约 8 倍float16 约 3 GB 显存)
WHISPER_MODEL=Systran/faster-whisper-large-v3
# 服务只监听本机,避免暴露公网
WHISPER_PORT=9000
WHISPER_DEVICE=cuda
WHISPER_COMPUTE_TYPE=float16
WHISPER_CPU_THREADS=4
# -1 表示模型常驻显存;空闲自动卸载可改为 600
WHISPER_TTL=-1
# 模型下载地址:国内默认走 hf-mirror.com 镜像;能直连 Hugging Face 时改为空值HF_ENDPOINT=
HF_ENDPOINT=https://hf-mirror.com