Browse Source

提交代码

pull/2458/head
ychao_1983 3 years ago
parent
commit
1f8a22aa93
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/repo/modelarts.go

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

@@ -2057,7 +2057,7 @@ func InferenceJobIndex(ctx *context.Context) {
PageSize: setting.UI.IssuePagingNum,
},
RepoID: repo.ID,
Type: models.TypeCloudBrainTwo,
Type: models.TypeCloudBrainAll,
JobTypes: jobTypes,
})
if err != nil {


Loading…
Cancel
Save