We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476127a commit ae8adbcCopy full SHA for ae8adbc
config/charts/inferencepool/templates/epp-config.yaml
@@ -15,8 +15,11 @@ data:
15
- name: default
16
plugins:
17
- pluginRef: queue-scorer
18
+ weight: 2
19
- pluginRef: kv-cache-utilization-scorer
20
21
- pluginRef: prefix-cache-scorer
22
+ weight: 3
23
{{- if (hasKey .Values.inferenceExtension "pluginsCustomConfig") }}
24
{{- .Values.inferenceExtension.pluginsCustomConfig | toYaml | nindent 2 }}
25
{{- end }}
0 commit comments