1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-15 08:16:43 +00:00
This commit is contained in:
2020-04-30 12:17:35 +08:00
parent 97bfef7b00
commit 8eb492964e

View File

@@ -142,7 +142,7 @@ type Task struct {
NumberGPU int `json:"gpu_number"` NumberGPU int `json:"gpu_number"`
MemoryGPU int `json:"gpu_memory"` MemoryGPU int `json:"gpu_memory"`
IsPS bool `json:"is_ps"` IsPS bool `json:"is_ps"`
ModelGPU bool `json:"gpu_model"` ModelGPU string `json:"gpu_model"`
} }
type Group struct { type Group struct {