Skip to content

Commit 4f40017

Browse files
author
robinsonnie
committed
fix modelscope cache path
1 parent 74f9788 commit 4f40017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ resources:
126126
environmentVariables:
127127
MODEL_ID: ${vars.modelID}
128128
MODEL_VERSION: ${vars.modelRevision}
129-
MODELSCOPE_CACHE: ${resources.model_cache.output.nasConfig.mountPoints.0.mountDir}
129+
MODELSCOPE_CACHE: ${resources.model_cache.output.nasConfig.mountPoints.0.mountDir}/
130130
MODELSCOPE_TOKEN: ${vars.modelAccessToken}
131131
TASK: ${vars.modelTask}
132132
triggers:

0 commit comments

Comments
 (0)