From 8eb492964efd3e3d75ca62046f978268e7129a45 Mon Sep 17 00:00:00 2001 From: Newnius Date: Thu, 30 Apr 2020 12:17:35 +0800 Subject: [PATCH] update --- src/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.go b/src/util.go index 2b1e32e..9faf2fa 100644 --- a/src/util.go +++ b/src/util.go @@ -142,7 +142,7 @@ type Task struct { NumberGPU int `json:"gpu_number"` MemoryGPU int `json:"gpu_memory"` IsPS bool `json:"is_ps"` - ModelGPU bool `json:"gpu_model"` + ModelGPU string `json:"gpu_model"` } type Group struct {