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
|`VLLM_RENDER_PORT`| Port the vllm-render Service listens on |`8082`|
74
+
|`VLLM_RENDER_URL`| URL of the vllm-render Service used by decode/encode/prefill pods |`http://vllm-render:${VLLM_RENDER_PORT}`|
73
75
|`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`|
74
76
|`POOL_NAME`| InferencePool name |`food-review-inference-pool`|
0 commit comments