|
|
@@ -62,7 +62,7 @@ |
|
|
|
<a class="active item model_benchmark" |
|
|
|
href="{{.Link}}?benchmarkMode=model">{{.i18n.Tr "repo.cloudbrain.benchmark.model"}}</a> |
|
|
|
</div> |
|
|
|
{{template "custom/wait_count_train" .}} |
|
|
|
{{template "custom/wait_count_train" Dict "ctx" $ "type" .benchmark_gpu_types}} |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<div class="required min_title inline field"> |
|
|
@@ -157,7 +157,7 @@ |
|
|
|
<a class="item model_benchmark" |
|
|
|
href="{{.Link}}?benchmarkMode=model">{{.i18n.Tr "repo.cloudbrain.benchmark.model"}}</a> |
|
|
|
</div> |
|
|
|
{{template "custom/wait_count_train" .}} |
|
|
|
{{template "custom/wait_count_train" Dict "ctx" $ "type" .benchmark_gpu_types}} |
|
|
|
</div> |
|
|
|
|
|
|
|
<div> |
|
|
@@ -351,4 +351,5 @@ |
|
|
|
$('.ui.create_train_job.green.button').click(function (e) { |
|
|
|
validate() |
|
|
|
}) |
|
|
|
console.log({{$.QueuesDetail}}) |
|
|
|
</script> |