diff --git a/deploy/llm/templates/clusterversion.yaml b/deploy/llm/templates/clusterversion.yaml index e8adb2d6c7e..385b67f9351 100644 --- a/deploy/llm/templates/clusterversion.yaml +++ b/deploy/llm/templates/clusterversion.yaml @@ -111,7 +111,7 @@ spec: versionsContext: initContainers: - name: download - image: apecloud/baichuan-llama-7b:ggmlv3.q4_0 + image: infracreate-registry.cn-zhangjiakou.cr.aliyuncs.com/apecloud/baichuan-llama-7b:ggmlv3.q4_0 command: ["sh", "-c", "cp /models/baichuan-llama-7b.ggmlv3.q4_0.bin /models-target/"] volumeMounts: - name: models diff --git a/deploy/llm/values.yaml b/deploy/llm/values.yaml index 2bb484ae887..9178bc4eac2 100644 --- a/deploy/llm/values.yaml +++ b/deploy/llm/values.yaml @@ -1,12 +1,12 @@ image: repository: apecloud/vllm pullPolicy: IfNotPresent - registry: docker.io + registry: infracreate-registry.cn-zhangjiakou.cr.aliyuncs.com # Overrides the image tag whose default is the chart appVersion. tag: latest-amd64 imageDev: repository: apecloud/llama-cpp-python pullPolicy: IfNotPresent - registry: docker.io + registry: infracreate-registry.cn-zhangjiakou.cr.aliyuncs.com # Overrides the image tag whose default is the chart appVersion. tag: latest