Skip to content

Commit 0fedf95

Browse files
author
suluyan
committed
by pass
1 parent bc7ab66 commit 0fedf95

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/s.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ vars: # 全局变量
3030
refresh: '{{ refresh }}'
3131
ossBucketName: {{ ossBucketName }}
3232
ossBucketSubPath: {{ ossBucketSubPath }}
33-
ollamaVersion: {{ ollamaVersion }}
3433
resources:
3534
model_cache:
3635
component: 'fc3'
@@ -119,7 +118,7 @@ resources:
119118
MODEL_BACKEND: ${vars.modelBackend}
120119
SERVED_MODEL_NAME: ${vars.servedModelName}
121120
REFRESH: '${vars.refresh}'
122-
OLLAMA_VERSION: ${vars.ollamaVersion}
121+
OLLAMA_VERSION: {{ ollamaVersion }}
123122
VLLM_VERSION: {{ vllmVersion }}
124123
LMDEPLOY_VERSION: {{ lmdeployVersion }}
125124

@@ -224,7 +223,7 @@ resources:
224223
MODEL_BACKEND: ${vars.modelBackend}
225224
DEPLOY_ENV: '${vars.deployEnv}'
226225
REFRESH: '0'
227-
OLLAMA_VERSION: ${vars.ollamaVersion}
226+
OLLAMA_VERSION: {{ ollamaVersion }}
228227
VLLM_VERSION: {{ vllmVersion }}
229228
LMDEPLOY_VERSION: {{ lmdeployVersion }}
230229
triggers:

0 commit comments

Comments
 (0)