mirror of
https://github.com/newnius/YAO-scheduler.git
synced 2025-06-07 22:31:55 +00:00
update fair
This commit is contained in:
parent
e9d7ca7319
commit
99be501231
@ -145,7 +145,7 @@ func (scheduler *SchedulerFair) Start() {
|
|||||||
if queue == bestQueue {
|
if queue == bestQueue {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if quota.NumberGPU < least {
|
if quota.NumberGPU > 0 && quota.NumberGPU < least {
|
||||||
least = quota.NumberGPU
|
least = quota.NumberGPU
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user