Browse Source

添加训练任务磁盘挂载

tags/v1.22.12.1^2
Gitea 3 years ago
parent
commit
d4f4776ca3
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/"
VolumeDestPath = "/cache/data/"
)

var (


Loading…
Cancel
Save