Browse Source

fix-3221

fix-3221-v1
liuzx 2 years ago
parent
commit
e1716a0b6d
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

@@ -622,7 +622,7 @@ func CloudbrainDownloadLogFile(ctx *context.Context) {
}
}

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


Loading…
Cancel
Save