{{template "base/head" .}}
{{template "repo/header" .}}

{{.i18n.Tr "repo.cloudbrain1"}}

{{if .Permission.CanWrite $.UnitTypeCloudBrain}} {{.i18n.Tr "repo.cloudbrain.new"}} {{end}}

使用鹏城云脑计算资源进行调试,云脑1提供CPU / GPU资源,云脑2提供Ascend NPU资源;调试使用的数据集也需要上传到对应的环境。

{{range .Tasks}}
{{.Status}}
{{svg "octicon-flame" 16}} {{TimeSinceUnix .CreatedUnix $.Lang}}
{{$.CsrfTokenHtml}} 删除
{{$.CsrfTokenHtml}} 停止
提交镜像
{{end}} {{template "base/paginate" .}}
{{template "base/footer" .}}