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:13:21 +08:00
parent 856e65c9dd
commit 0d04a2f46b
2 changed files with 10 additions and 1 deletions

View File

@@ -141,6 +141,8 @@ type Task struct {
Memory int `json:"memory"`
NumberGPU int `json:"gpu_number"`
MemoryGPU int `json:"gpu_memory"`
IsPS bool `json:"is_ps"`
ModelGPU bool `json:"gpu_model"`
}
type Group struct {