mirror of
https://github.com/newnius/YAO-scheduler.git
synced 2025-12-13 07:46:43 +00:00
update fair
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user