This repository was archived by the owner on Oct 15, 2025. It is now read-only.
[Chart] Enable Separate Resources for P and D#309
Draft
robertgshaw2-redhat wants to merge 5 commits intomainfrom
Draft
[Chart] Enable Separate Resources for P and D#309robertgshaw2-redhat wants to merge 5 commits intomainfrom
robertgshaw2-redhat wants to merge 5 commits intomainfrom
Conversation
Signed-off-by: rshaw@neuralmagic.com <robertgshaw2@gmail.com>
Signed-off-by: rshaw@neuralmagic.com <robertgshaw2@gmail.com>
Contributor
Author
sampleApplication:
baseConfigMapRefName: basic-gpu-with-nixl-preset
model:
modelArtifactURI: hf://RedHatAI/Llama-4-Scout-17B-16E-Instruct-FP8-dynamic
modelName: "RedHatAI/Llama-4-Scout-17B-16E-Instruct-FP8-dynamic"
auth:
hfToken:
name: llm-d-hf-token
key: HF_TOKEN
prefill:
replicas: 4
resources:
limits:
nvidia.com/gpu: 2
rdma/ib: 1
requests:
nvidia.com/gpu: 2
rdma/ib: 1
cpu: "16"
memory: 64Gi
extraArgs:
- "--tensor-parallel-size"
- "2"
- "--disable-log-requests"
- "--max-model-len"
- "32768"
- "--block-size"
- "128"
- "--max-num-batched-tokens"
- "32768"
decode:
replicas: 1
resources:
limits:
nvidia.com/gpu: 8
rdma/ib: 1
requests:
nvidia.com/gpu: 8
rdma/ib: 1
cpu: "16"
memory: 64Gi
extraArgs:
- "--tensor-parallel-size"
- "8"
- "--disable-log-requests"
- "--max-model-len"
- "32768"
- "--block-size"
- "128"
modelservice:
vllm:
image:
registry: docker.io
repository: robertgshaw2/vllm-nixl
tag: het-tp-dev-0.1
epp:
defaultEnvVarsOverride:
- name: ENABLE_KVCACHE_AWARE_SCORER
value: "false"
- name: ENABLE_PREFIX_AWARE_SCORER
value: "true"
- name: ENABLE_LOAD_AWARE_SCORER
value: "true"
- name: ENABLE_SESSION_AWARE_SCORER
value: "false"
- name: PD_ENABLED
value: "true"
- name: PD_PROMPT_LEN_THRESHOLD
value: "10"
- name: PREFILL_ENABLE_KVCACHE_AWARE_SCORER
value: "false"
- name: PREFILL_ENABLE_LOAD_AWARE_SCORER
value: "true"
- name: PREFILL_ENABLE_PREFIX_AWARE_SCORER
value: "true"
- name: PREFILL_ENABLE_SESSION_AWARE_SCORER
value: "false"
redis:
enabled: false
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SUMMARY:
resources:for P and D