Skip to content

Commit

Permalink
chore: ggml image to aliyun (#5550)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3034d27)
  • Loading branch information
lynnleelhl committed Oct 20, 2023
1 parent 91090e9 commit fd55654
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/llm/templates/clusterversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions deploy/llm/values.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fd55654

Please sign in to comment.