Skip to content

Commit

Permalink
Merge pull request #7 from devsapp/feature-gpu-improve
Browse files Browse the repository at this point in the history
upgrade image v2->v4
  • Loading branch information
robinsonnie authored Jul 3, 2023
2 parents 1615dbb + a95205e commit 2d461ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Type: Application
Name: start-modelscope
Provider:
- 阿里云
Version: 0.1.5
Version: 0.1.6
Description: ModelScope应用
HomePage: https://github.com/devsapp/start-modelscope
Tags:
Expand Down
3 changes: 2 additions & 1 deletion src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,12 @@ services:
instanceConcurrency: 1
runtime: custom-container
customContainerConfig:
image: registry.${vars.region}.aliyuncs.com/modelscope-repo/modelscope:fc-deploy-common-v2
image: registry.${vars.region}.aliyuncs.com/modelscope-repo/modelscope:fc-deploy-common-v4
environmentVariables:
MODEL_ID: {{ modelId }}
MODEL_VERSION: {{ modelRevision }}
MODELSCOPE_CACHE: /mnt/auto
MODELSCOPE_TOKEN: {{ accessToken }}
TASK: {{ task }}

triggers:
Expand Down

0 comments on commit 2d461ca

Please sign in to comment.