We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f06d5 commit 27813b3Copy full SHA for 27813b3
AudioQnA/docker_compose/intel/cpu/xeon/compose_multilang.yaml
@@ -24,6 +24,9 @@ services:
24
no_proxy: ${no_proxy}
25
http_proxy: ${http_proxy}
26
https_proxy: ${https_proxy}
27
+ llm_download: ${llm_download:-True}
28
+ # volumes:
29
+ # - ./pretrained_models/:/home/user/GPT-SoVITS/GPT_SoVITS/pretrained_models/
30
restart: unless-stopped
31
vllm-service:
32
image: ${REGISTRY:-opea}/vllm:${TAG:-latest}
0 commit comments