Browse Source

test

fix-test2256
liuzx 3 years ago
parent
commit
91455626a1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      routers/repo/modelarts.go

+ 1
- 0
routers/repo/modelarts.go View File

@@ -985,6 +985,7 @@ func TrainJobCreate(ctx *context.Context, form auth.CreateModelArtsTrainJobForm)
FlavorName := form.FlavorName
VersionCount := modelarts.VersionCount
EngineName := form.EngineName
dataPath = "/test-opendata/attachment/1/2/12974bf4-3865-4995-a14f-e9e2af343f2f12974bf4-3865-4995-a14f-e9e2af343f2f/;s3://test-opendata/attachment/1/2/12974bf4-3865-4995-a14f-e9e2af343f2f12974bf4-3865-4995-a14f-e9e2af343f2f/"

count, err := models.GetCloudbrainTrainJobCountByUserID(ctx.User.ID)
if err != nil {


Loading…
Cancel
Save