Browse Source

fix-3108

tags/v1.22.11.2^2
liuzx 3 years ago
parent
commit
00230e114a
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