Replies: 1 comment
Rate Calibration (Pre-Experiment Step)The workload profiles use fixed rates across all models (General: 8→20 rps, Codegen: 5→10 rps, Roleplay: 6 rps, Reasoning: 4 rps). Larger models on weaker hardware may saturate at these rates. A quick calibration step ensures sub-saturation for every experiment. Procedure: Before running the full matrix, send one streaming request (~500 input tokens, 250 max output tokens, From this, derive the safe rate: The 0.5 multiplier provides a 50% safety margin for variance, scheduling overhead, and prefill/decode interleaving. Why decode_ms_per_token is workload-independent: For sequences under 4K tokens, decode latency is dominated by model weight loading (GPU memory bandwidth), not KV-cache attention. This makes |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Data Collection Matrix
vLLM version: v0.15.1
Load level: Fixed sub-saturation rate per experiment
Status (2026-03-31): 39 active experiments
Dimensions
Models (6)
Hardware (3)
Workloads (6)
General, General-Lite, Codegen, Roleplay, Reasoning, Reasoning-Lite
vLLM Config Knobs (5)
max_num_batched_tokenscpu_offloadinggpu_memory_utilizationTPDP(--enable-expert-parallel)Dataset Statistics
Overall
By Model
By Hardware
By Workload
Configuration Coverage
Complete Experiment Matrix
Dataset Quality
Saturation Analysis
Note: Exp 54 (Qwen3-14B/L40S/general-lite) shows TTFT p99 of 5.02s with median of 0.185s. While the tail latency is elevated, the experiment successfully completed with no failures and provides valuable data on hardware portability to L40S GPUs.
Strengths
Limitations
Notes
--tensor-parallel-size,--data-parallel-size, and--enable-expert-parallel. EP degree = TP × DP. MoE expert weights are distributed across all TP×DP GPUs; dense/attention layers use TP sharding within each DP replica.All reactions