Browse Source

Merge branch 'train-job' of https://git.openi.org.cn/OpenI/aiforge into train-job

pull/625/head
Gitea 4 years ago
parent
commit
d5ff02700c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/repo/modelarts.go

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

@@ -632,7 +632,7 @@ func TrainJobGetLog(ctx *context.Context) {
}

ctx.Data["log"] = result
ctx.HTML(http.StatusOK, tplModelArtsTrainJobShow)
//ctx.HTML(http.StatusOK, tplModelArtsTrainJobShow)
}

func trainJobGetLog(jobID string) (*models.GetTrainJobLogFileNamesResult, *models.GetTrainJobLogResult, error){


Loading…
Cancel
Save