|
|
@@ -353,8 +353,8 @@ func CloudBrainInferenceJobCreate(ctx *context.Context, form auth.CreateCloudBra |
|
|
|
branchName := form.BranchName |
|
|
|
repo := ctx.Repo.Repository |
|
|
|
|
|
|
|
ckptUrl := form.TrainUrl + form.CkptName |
|
|
|
|
|
|
|
ckptUrl := setting.Attachment.Minio.RealPath + setting.Attachment.Minio.Bucket + "/" + form.TrainUrl + form.CkptName |
|
|
|
log.Info("ckpt url:" + ckptUrl) |
|
|
|
tpl := tplCloudBrainInferenceJobNew |
|
|
|
command, err := getInferenceJobCommand(form) |
|
|
|
if err != nil { |
|
|
|