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

{{.i18n.Tr "repo.modelarts.evaluate_job.new_job"}}

{{if eq .benchmarkMode "model"}}
{{.CsrfTokenHtml}}
{{template "custom/wait_count_train" Dict "ctx" $ "type" .benchmark_gpu_types}}
{{.i18n.Tr "cloudbrain.job_name_rule"}}
 
{{.i18n.Tr "cloudbrain.view_sample"}}
{{template "custom/select_dataset_train" .}}
{{.i18n.Tr "repo.cloudbrain.cancel"}}
{{else}}
{{.CsrfTokenHtml}}
{{template "custom/wait_count_train" Dict "ctx" $ "type" .benchmark_gpu_types}}
{{.i18n.Tr "cloudbrain.job_name_rule"}}
 
{{.i18n.Tr "repo.cloudbrain.benchmark.evaluate_train"}}
{{.i18n.Tr "cloudbrain.view_sample"}}
{{.i18n.Tr "repo.cloudbrain.cancel"}}
{{end}}
{{template "base/footer" .}}