Browse Source

Merge pull request 'gpu-inference' (#2517) from gpu-inference into V20220718

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/2517
Reviewed-by: ychao_1983 <ychao_1983@sina.com>
pull/2526/head
ychao_1983 2 years ago
parent
commit
d6b83e52f7
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      templates/custom/wait_count_train.tmpl
  2. +1
    -1
      web_src/js/features/cloudrbanin.js

+ 1
- 1
templates/custom/wait_count_train.tmpl View File

@@ -16,7 +16,7 @@
class="ri-error-warning-line"
style="margin-right: 0.5rem; font-size: 16px"
></i>
<span
<span id="gpu-nums"
>{{.ctx.i18n.Tr "repo.wait_count_start"}}
{{if .type}}
{{ $gpuQueue }}


+ 1
- 1
web_src/js/features/cloudrbanin.js View File

@@ -123,7 +123,7 @@ export default async function initCloudrain() {
"KILLED",
"COMPLETED",
"SUCCEEDED",
"CREATE_FAILED"
"CREATE_FAILED",
].includes(status)
) {
$("#ai-delete-" + ID)


Loading…
Cancel
Save