Browse Source

提交代码

V20221214.patch
ychao_1983 2 years ago
parent
commit
43ed02a655
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      services/cloudbrain/cloudbrainTask/notebook.go

+ 1
- 1
services/cloudbrain/cloudbrainTask/notebook.go View File

@@ -297,7 +297,7 @@ func modelartsFileNoteBookCreate(ctx *context.Context, option api.CreateFileNote
Description: getDescription(option),
ImageId: setting.FileNoteBook.ImageIdNPU,
Spec: spec,
BootFile: "",
BootFile: option.File,
AutoStopDurationMs: modelarts.AutoStopDurationMs / 4,
}



Loading…
Cancel
Save