Skip to content

Commit

Permalink
fix fc auto convert type
Browse files Browse the repository at this point in the history
  • Loading branch information
suluyana committed Dec 16, 2024
1 parent b19aef1 commit 63f0642
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ vars: # 全局变量
vpcId: {{ vpcId }}
securityGroupId: {{ securityGroupId }}
vSwitchIds: {{ vSwitchIds }}
refresh: {{ refresh }}
refresh: '{{ refresh }}'
resources:
model_cache:
component: 'fc3'
Expand Down Expand Up @@ -92,7 +92,7 @@ resources:
TEMPLATE_FILE_URL: https://modelscope.oss-cn-beijing.aliyuncs.com/${vars.templateFile}
MODEL_BACKEND: ${vars.modelBackend}
SERVED_MODEL_NAME: ${vars.servedModelName}
REFRESH: ${vars.refresh}
REFRESH: '${vars.refresh}'

model_meta_func:
component: 'fc3'
Expand Down Expand Up @@ -177,7 +177,7 @@ resources:
MODELSCOPE_DOMAIN: ${vars.modelCache}
MODEL_BACKEND: ${vars.modelBackend}
DEPLOY_ENV: '${vars.deployEnv}'
REFRESH: ${vars.refresh}
REFRESH: '${vars.refresh}'
triggers:
- triggerName: httpTrigger
triggerType: http
Expand Down

0 comments on commit 63f0642

Please sign in to comment.