diff --git a/templates/repo/cloudbrain/new.tmpl b/templates/repo/cloudbrain/new.tmpl index ec4495bd7..b3b827558 100755 --- a/templates/repo/cloudbrain/new.tmpl +++ b/templates/repo/cloudbrain/new.tmpl @@ -138,9 +138,15 @@ 任务类型 DEBUG - BENCHMARK - SNN4IMAGENET - BRAINSCORE + {{if .is_benchmark_enabled}} + BENCHMARK + {{end}} + {{if .is_snn4imagenet_enabled}} + SNN4IMAGENET + {{end}} + {{if .is_brainscore_enabled}} + BRAINSCORE + {{end}} @@ -214,15 +220,15 @@