From b21ab772cb57945efaa81c229296fa0a9ba27c26 Mon Sep 17 00:00:00 2001 From: zhoupzh Date: Mon, 29 Aug 2022 17:31:31 +0800 Subject: [PATCH] fix issue --- templates/custom/wait_count.tmpl | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/custom/wait_count.tmpl b/templates/custom/wait_count.tmpl index fde6fa82f..072d1d40d 100644 --- a/templates/custom/wait_count.tmpl +++ b/templates/custom/wait_count.tmpl @@ -2,7 +2,6 @@ {{$queue := ""}} {{$gpuQueue := 0}} {{range $k,$v :=.gpu_types}} - {{ $v }} {{if eq $k 0}} {{ $queue = $v.Queue }} {{ end }}