Browse Source

添加训练任务磁盘挂载

tags/v1.22.12.1^2
Gitea 3 years ago
parent
commit
46658293e5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/modelarts/modelarts.go

+ 1
- 1
modules/modelarts/modelarts.go View File

@@ -68,7 +68,7 @@ const (
TotalVersionCount = 1

VolumeSourcePath = "192.168.0.30:/"
VolumeDestPath = "/cache/sfs/"
VolumeDestPath = "/cache/"
)

var (


Loading…
Cancel
Save