Skip to content

Commit

Permalink
fix modelscope cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsonnie committed Apr 23, 2024
1 parent 74f9788 commit 4f40017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ resources:
environmentVariables:
MODEL_ID: ${vars.modelID}
MODEL_VERSION: ${vars.modelRevision}
MODELSCOPE_CACHE: ${resources.model_cache.output.nasConfig.mountPoints.0.mountDir}
MODELSCOPE_CACHE: ${resources.model_cache.output.nasConfig.mountPoints.0.mountDir}/
MODELSCOPE_TOKEN: ${vars.modelAccessToken}
TASK: ${vars.modelTask}
triggers:
Expand Down

0 comments on commit 4f40017

Please sign in to comment.