add AudioQnA key parameters to comply with the image size reduction (#1833)

This commit is contained in:
Spycsh
2025-04-20 16:34:19 +08:00
committed by GitHub
parent c7f06d5e54
commit 27813b3bf9

View File

@@ -24,6 +24,9 @@ services:
no_proxy: ${no_proxy}
http_proxy: ${http_proxy}
https_proxy: ${https_proxy}
llm_download: ${llm_download:-True}
# volumes:
# - ./pretrained_models/:/home/user/GPT-SoVITS/GPT_SoVITS/pretrained_models/
restart: unless-stopped
vllm-service:
image: ${REGISTRY:-opea}/vllm:${TAG:-latest}