Browse Source

Merge pull request '修改智算网络云脑任务显示问题' (#2888) from point-v2 into V20220926

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/2888
Reviewed-by: ychao_1983 <ychao_1983@sina.com>
tags/v1.22.9.2^2
ychao_1983 3 years ago
parent
commit
7f8e8dcddb
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      models/action.go

+ 3
- 1
models/action.go View File

@@ -384,7 +384,9 @@ func (a *Action) IsCloudbrainAction() bool {
ActionCreateTrainTask,
ActionCreateInferenceTask,
ActionCreateBenchMarkTask,
ActionCreateGPUTrainTask:
ActionCreateGPUTrainTask,
ActionCreateGrampusNPUTrainTask,
ActionCreateGrampusGPUTrainTask:
return true
}
return false


Loading…
Cancel
Save