You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* using new NIXL only connector
Signed-off-by: greg pereira <grpereir@redhat.com>
* runs but no cache hit
Signed-off-by: greg pereira <grpereir@redhat.com>
* no p/d services in prod example
Signed-off-by: greg pereira <grpereir@redhat.com>
* restore pd services deemed non-invasive
Signed-off-by: greg pereira <grpereir@redhat.com>
* keeping confimaps around but not using them in lmcache for dual connectors later
Signed-off-by: greg pereira <grpereir@redhat.com>
* downgrade to working image
Signed-off-by: greg pereira <grpereir@redhat.com>
* removing dead code placeholder sections
Signed-off-by: greg pereira <grpereir@redhat.com>
* linting
Signed-off-by: greg pereira <grpereir@redhat.com>
---------
Signed-off-by: greg pereira <grpereir@redhat.com>
| modelservice.epp.defaultEnvVars | Default environment variables for endpoint picker, use `extraEnvVars` to override default behavior by defining the same variable again. Ref: https://github.com/neuralmagic/gateway-api-inference-extension/tree/dev?tab=readme-ov-file#temporary-fork-configuration | list | `[{"name":"ENABLE_KVCACHE_AWARE_SCORER","value":"{{ .Values.redis.enabled }}"},{"name":"KVCACHE_AWARE_SCORER_WEIGHT","value":"1.0"},{"name":"KVCACHE_INDEXER_REDIS_ADDR","value":"{{ if .Values.redis.enabled }}{{ include \"redis.master.service.fullurl\" . }}{{ end }}"},{"name":"ENABLE_PREFIX_AWARE_SCORER","value":"true"},{"name":"PREFIX_AWARE_SCORER_WEIGHT","value":"1.0"},{"name":"ENABLE_LOAD_AWARE_SCORER","value":"true"},{"name":"LOAD_AWARE_SCORER_WEIGHT","value":"1.0"},{"name":"ENABLE_SESSION_AWARE_SCORER","value":"true"},{"name":"SESSION_AWARE_SCORER_WEIGHT","value":"1.0"},{"name":"PD_ENABLED","value":"true"},{"name":"PD_PROMPT_LEN_THRESHOLD","value":"10"},{"name":"PREFILL_ENABLE_KVCACHE_AWARE_SCORER","value":"true"},{"name":"PREFILL_KVCACHE_AWARE_SCORER_WEIGHT","value":"1.0"},{"name":"PREFILL_ENABLE_LOAD_AWARE_SCORER","value":"true"},{"name":"PREFILL_LOAD_AWARE_SCORER_WEIGHT","value":"1.0"},{"name":"PREFILL_ENABLE_PREFIX_AWARE_SCORER","value":"true"},{"name":"PREFILL_PREFIX_AWARE_SCORER_WEIGHT","value":"1.0"},{"name":"DECODE_ENABLE_KVCACHE_AWARE_SCORER","value":"true"},{"name":"DECODE_KVCACHE_AWARE_SCORER_WEIGHT","value":"1.0"},{"name":"DECODE_ENABLE_LOAD_AWARE_SCORER","value":"true"},{"name":"DECODE_LOAD_AWARE_SCORER_WEIGHT","value":"1.0"},{"name":"DECODE_ENABLE_PREFIX_AWARE_SCORER","value":"true"},{"name":"DECODE_PREFIX_AWARE_SCORER_WEIGHT","value":"1.0"}]` |
176
176
| modelservice.epp.extraEnvVars | Additional environment variables for endpoint picker | list |`[]`|
177
-
| modelservice.epp.image | Endpoint picker image used in ModelService CR presets | object |`{"imagePullPolicy":"Always","registry":"quay.io","repository":"llm-d/llm-d-inference-scheduler","tag":"0.0.1"}`|
177
+
| modelservice.epp.image | Endpoint picker image used in ModelService CR presets | object |`{"imagePullPolicy":"Always","registry":"quay.io","repository":"llm-d/llm-d-gateway-api-inference-extension-dev","tag":"0.0.5"}`|
178
178
| modelservice.epp.metrics.enabled | Enable metrics scraping from endpoint picker service, see `modelservice.serviceMonitor` for configuration | bool |`true`|
| modelservice.image | Modelservice controller image, please change only if appropriate adjustments to the CRD are being made | object |`{"imagePullPolicy":"Always","registry":"quay.io","repository":"llm-d/llm-d-model-service","tag":"0.0.8"}`|
@@ -207,7 +207,7 @@ Kubernetes: `>= 1.25.0-0`
207
207
| modelservice.serviceMonitor.port | ServiceMonitor endpoint port | string |`"vllm"`|
208
208
| modelservice.serviceMonitor.selector | ServiceMonitor selector matchLabels </br> matchLabels must match labels on modelservice Services | object |`{"matchLabels":{}}`|
0 commit comments