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