Browse Source

#2863

update
tags/v1.22.9.1^2^2
chenyifan01 3 years ago
parent
commit
090e3f9279
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      routers/repo/modelarts.go

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

@@ -973,6 +973,7 @@ func trainJobNewVersionDataPrepare(ctx *context.Context) error {
prepareCloudbrainTwoTrainSpecs(ctx)
spec, _ := resource.GetCloudbrainSpec(task.ID)
if spec != nil {
log.Info("spec_id = %d", spec.ID)
ctx.Data["spec_id"] = spec.ID
}



Loading…
Cancel
Save