File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,6 @@ vars: # 全局变量
3131 ossBucketName : {{ ossBucketName }}
3232 ossBucketSubPath : {{ ossBucketSubPath }}
3333 ollamaVersion : {{ ollamaVersion }}
34- vllmVersion : {{ vllmVersion }}
35- lmdeployVersion : {{ lmdeployVersion }}
3634resources :
3735 model_cache :
3836 component : ' fc3'
@@ -122,8 +120,8 @@ resources:
122120 SERVED_MODEL_NAME : ${vars.servedModelName}
123121 REFRESH : ' ${vars.refresh}'
124122 OLLAMA_VERSION : ${vars.ollamaVersion}
125- VLLM_VERSION : ${vars. vllmVersion}
126- LMDEPLOY_VERSION : ${vars. lmdeployVersion}
123+ VLLM_VERSION : {{ vllmVersion } }
124+ LMDEPLOY_VERSION : {{ lmdeployVersion } }
127125
128126 model_meta_func :
129127 component : ' fc3'
@@ -227,8 +225,8 @@ resources:
227225 DEPLOY_ENV : ' ${vars.deployEnv}'
228226 REFRESH : ' 0'
229227 OLLAMA_VERSION : ${vars.ollamaVersion}
230- VLLM_VERSION : ${vars. vllmVersion}
231- LMDEPLOY_VERSION : ${vars. lmdeployVersion}
228+ VLLM_VERSION : {{ vllmVersion } }
229+ LMDEPLOY_VERSION : {{ lmdeployVersion } }
232230 triggers :
233231 - triggerName : httpTrigger
234232 triggerType : http
You can’t perform that action at this time.
0 commit comments