Skip to content

Commit a89b080

Browse files
remove vestigial unit test from hermetic test, minor change to comments, remove unreachable error check.
1 parent 3eb5845 commit a89b080

File tree

3 files changed

+82
-165
lines changed

3 files changed

+82
-165
lines changed

pkg/ext-proc/scheduling/scheduler.go

-4
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,3 @@ func (s *Scheduler) Schedule(req *LLMRequest) (targetPod backend.Pod, err error)
122122
i := rand.Intn(len(pods))
123123
return pods[i].Pod, nil
124124
}
125-
126-
func GetQueueingThresholdLoRA() int {
127-
return queueingThresholdLoRA
128-
}

0 commit comments

Comments
 (0)