Skip to content

Commit 27813b3

Browse files
authored
add AudioQnA key parameters to comply with the image size reduction (#1833)
1 parent c7f06d5 commit 27813b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

AudioQnA/docker_compose/intel/cpu/xeon/compose_multilang.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ services:
2424
no_proxy: ${no_proxy}
2525
http_proxy: ${http_proxy}
2626
https_proxy: ${https_proxy}
27+
llm_download: ${llm_download:-True}
28+
# volumes:
29+
# - ./pretrained_models/:/home/user/GPT-SoVITS/GPT_SoVITS/pretrained_models/
2730
restart: unless-stopped
2831
vllm-service:
2932
image: ${REGISTRY:-opea}/vllm:${TAG:-latest}

0 commit comments

Comments
 (0)