Browse Source

fix issue

pull/3439/head
zhoupzh 2 years ago
parent
commit
e2d566f233
1 changed files with 9 additions and 3 deletions
  1. +9
    -3
      templates/repo/cloudbrain/benchmark/show.tmpl

+ 9
- 3
templates/repo/cloudbrain/benchmark/show.tmpl View File

@@ -214,9 +214,7 @@


<td class="ti-text-form-content"> <td class="ti-text-form-content">
<div class="text-span text-span-w"> <div class="text-span text-span-w">
train.py train.py

</div> </div>
</td> </td>
</tr> </tr>
@@ -249,6 +247,15 @@
<div class="text-span text-span-w">{{if .ModelVersion}}{{.ModelVersion}}{{else}}--{{end}}</div> <div class="text-span text-span-w">{{if .ModelVersion}}{{.ModelVersion}}{{else}}--{{end}}</div>
</td> </td>
</tr> </tr>
<tr class="ti-no-ng-animate">
<td class="ti-no-ng-animate ti-text-form-label text-width80">
{{$.i18n.Tr "repo.modelarts.infer_job_model_file"}}
</td>

<td class="ti-text-form-content">
<div class="text-span text-span-w">{{if .CkptName}}{{.CkptName}}{{else}}--{{end}}</div>
</td>
</tr>
{{end}} {{end}}
<tr class="ti-no-ng-animate"> <tr class="ti-no-ng-animate">
<td class="ti-no-ng-animate ti-text-form-label text-width80"> <td class="ti-no-ng-animate ti-text-form-label text-width80">
@@ -425,7 +432,6 @@
})(); })();
</script> </script>
<script> <script>
console.log({{.version_list_task}})
$('.menu .item').tab() $('.menu .item').tab()


$(document).ready(function () { $(document).ready(function () {


Loading…
Cancel
Save