Skip to content

Commit 0d4002a

Browse files
authored
Rename lora affinity plugin to lora-affinity-scorer to be consistent with others (#1297)
1 parent 6a7aff8 commit 0d4002a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/epp/scheduling/framework/plugins/scorer/lora_affinity.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ import (
2626
)
2727

2828
const (
29-
DefaultLoraAffinityScorerWeight = 1
30-
LoraAffinityScorerType = "lora-affinity"
29+
LoraAffinityScorerType = "lora-affinity-scorer"
3130
)
3231

3332
// compile-time type assertion

0 commit comments

Comments
 (0)