|
|
|
@@ -406,7 +406,7 @@ |
|
|
|
|
|
|
|
<td class="ti-text-form-content"> |
|
|
|
<div class="text-span text-span-w"> |
|
|
|
{{if eq .BenchmarkType "Benchmark"}} |
|
|
|
{{if eq .JobType "BENCHMARK"}} |
|
|
|
train.py |
|
|
|
{{else}} |
|
|
|
-- |
|
|
|
@@ -421,7 +421,7 @@ |
|
|
|
|
|
|
|
<td class="ti-text-form-content"> |
|
|
|
<div class="text-span text-span-w"> |
|
|
|
{{if eq .BenchmarkType "Benchmark"}} |
|
|
|
{{if eq .JobType "BENCHMARK"}} |
|
|
|
test.py |
|
|
|
{{else}} |
|
|
|
-- |
|
|
|
@@ -566,7 +566,6 @@ |
|
|
|
{{template "base/footer" .}} |
|
|
|
|
|
|
|
<script> |
|
|
|
console.log({{.version_list_task }}) |
|
|
|
$('.menu .item').tab() |
|
|
|
|
|
|
|
$(document).ready(function () { |
|
|
|
|