lint linux

This commit is contained in:
Michael Yang
2024-05-22 09:08:01 -07:00
parent f38353d6b9
commit bf7edb0d5d
2 changed files with 3 additions and 4 deletions

View File

@@ -18,5 +18,4 @@ func cudaGetVisibleDevicesEnv(gpuInfo []GpuInfo) (string, string) {
ids = append(ids, info.ID)
}
return "CUDA_VISIBLE_DEVICES", strings.Join(ids, ",")
}