[NV] llm-d-vllm: optimize DSv4-Pro GB200 recipe configs#2242
Draft
ilmarkov wants to merge 1 commit into
Draft
Conversation
Tune decode and prefill vLLM flags based on validated GB200 NVL72 benchmarks showing +2-43% tok/s/GPU and 15-25% lower TPOT: Decode (mid-curve-megamoe): - gpu-memory-utilization 0.85 -> 0.9 (larger KV cache pool) - Add max-model-len 9280 (tight ISL8192+OSL1024 bound) - max-num-seqs/batched-tokens/cudagraph-capture 512 -> 1024 - Disable NCCL symmetric memory (standard NVLink path faster) - Add no-enable-flashinfer-autotune, rust frontend Prefill (both recipes): - gpu-memory-utilization 0.9 -> 0.95 - Add max-model-len 9280, max-num-seqs 16, max-num-batched-tokens 32768 - Disable NCCL symmetric memory, enable rust frontend - Enable randomize-dp-dummy-inputs EPP (both recipes): - Switch from max-score-picker to weighted-random-picker (threshold=0.1) for better load distribution under high concurrency Low-latency decode: disable NCCL symmetric memory, add rust frontend.
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Tune decode and prefill vLLM flags based on validated GB200 NVL72 benchmarks showing +2-43% tok/s/GPU and 15-25% lower TPOT:
Decode (mid-curve-megamoe):
Prefill (both recipes):
EPP (both recipes):
Low-latency decode: disable NCCL symmetric memory, add rust frontend.