|
|
@@ -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, |
|
|
|
} |
|
|
|
|
|
|
|