|
|
@@ -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 := "" |
|
|
|