Browse Source

Merge branch 'fix-3108' of openi.pcl.ac.cn:OpenI/aiforge into fix-3108

tags/v1.22.11.2^2
zhoupzh 2 years ago
parent
commit
d4bac585a5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/api/v1/repo/cloudbrain.go

+ 1
- 1
routers/api/v1/repo/cloudbrain.go View File

@@ -602,7 +602,7 @@ func CloudbrainGetLog(ctx *context.APIContext) {
}
}

if job.JobType == string(models.JobTypeTrain) {
if job.JobType == string(models.JobTypeTrain) || job.JobType == string(models.JobTypeInference) {
if job.Type == models.TypeCloudBrainOne {
result, err := cloudbrain.GetJob(job.JobID)
existStr := ""


Loading…
Cancel
Save