Skip to content

Commit 4ca6da3

Browse files
ahg-gelevran
andauthored
Update pkg/epp/scheduling/framework/plugins/profile-picker/all_profiles_picker.go
Co-authored-by: Etai Lev Ran <[email protected]>
1 parent ddfe4e1 commit 4ca6da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/epp/scheduling/framework/plugins/profile-picker/all_profiles_picker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func (p *AllProfilesPicker) Name() string {
4141

4242
// Pick selects the SchedulingProfiles to run from the list of candidate profiles, while taking into consideration the request properties and the
4343
// previously executed cycles along with their results.
44-
func (p *AllProfilesPicker) Pick(ctx context.Context, request *types.LLMRequest, profiles map[string]*framework.SchedulerProfile,
44+
func (p *AllProfilesPicker) Pick(_ context.Context, request *types.LLMRequest, profiles map[string]*framework.SchedulerProfile,
4545
executionResults map[string]*types.Result) map[string]*framework.SchedulerProfile {
4646
if len(profiles) == len(executionResults) { // all profiles have been executed already in previous call
4747
return map[string]*framework.SchedulerProfile{}

0 commit comments

Comments
 (0)