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
@@ -528,7 +528,7 @@ a shared PVC (`ec-cache-pvc`) for encoder embeddings transfer.
528
528
529
529
| Variable | Default | Description |
530
530
|---|---|---|
531
-
|`VLLM_IMAGE`|`ghcr.io/llm-d/llm-d-inference-sim:v0.9.2`| vLLM container image to deploy. Can be a simulator or a real vLLM image (e.g., `vllm/vllm-openai:v0.16.0`). Defaults to the simulator image. |
531
+
|`VLLM_IMAGE`|`ghcr.io/llm-d/llm-d-inference-sim:v0.10.2`| vLLM container image to deploy. Can be a simulator or a real vLLM image (e.g., `vllm/vllm-openai:v0.16.0`). Defaults to the simulator image. |
532
532
|`VLLM_SIM_MODE`|`echo`| Simulator response mode. `echo` returns the input prompt as the response (useful for routing validation). `random` returns random sentences from a pre-defined bank. Only applies when using the simulator overlay. |
533
533
534
534
### Cleanup
@@ -622,7 +622,7 @@ kubectl --context kind-e2e-tests get pods
622
622
|`VLLM_EXTRA_ARGS_E`|_(empty)_| Additional flags for the Encoder vLLM container (e.g. `--mm-processor-kwargs={}`) |
623
623
|`VLLM_EXTRA_ARGS_P`|_(empty)_| Additional flags for the Prefill vLLM container (e.g. `--gpu-memory-utilization=0.9`) |
624
624
|`VLLM_EXTRA_ARGS_D`|_(empty)_| Additional flags for the Decode vLLM container (e.g. `--tensor-parallel-size=2`) |
625
-
|`VLLM_IMAGE`|`ghcr.io/llm-d/llm-d-inference-sim:v0.9.2`| vLLM container image to deploy. Can be a simulator or a real vLLM image (e.g., `vllm/vllm-openai:v0.16.0`) |
625
+
|`VLLM_IMAGE`|`ghcr.io/llm-d/llm-d-inference-sim:v0.10.2`| vLLM container image to deploy. Can be a simulator or a real vLLM image (e.g., `vllm/vllm-openai:v0.16.0`) |
626
626
|`VLLM_SIM_MODE`|`echo`| Simulator response mode. Supported values: `echo` (returns the input prompt as the response), `random` (returns a random sentence from a pre-defined bank) |
627
627
|`SIDECAR_IMAGE`|`ghcr.io/llm-d/llm-d-router-disagg-sidecar:dev`| Routing sidecar image loaded into the Kind cluster |
628
628
|`VLLM_RENDER_IMAGE`|`vllm/vllm-openai-cpu:v0.21.0`| vLLM renderer image loaded into the Kind cluster |
|`MODEL_NAME`| Model name passed to vLLM. Can be a real HuggingFace model (e.g. `TinyLlama/TinyLlama-1.1B-Chat-v1.0`, `Qwen/Qwen3-VL-2B-Instruct`) or an arbitrary name when using the simulator (e.g. `food-review`) |`food-review`|
0 commit comments