Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
fb60cdc5
Unverified
Commit
fb60cdc5
authored
Mar 06, 2026
by
Hongkuan Zhou
Committed by
GitHub
Mar 06, 2026
Browse files
fix: profiling data format in disagg_planner.yaml (#7019)
Signed-off-by:
hongkuanz
<
hongkuanz@nvidia.com
>
parent
e77646ae
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
57 deletions
+24
-57
examples/backends/sglang/deploy/disagg_planner.yaml
examples/backends/sglang/deploy/disagg_planner.yaml
+8
-19
examples/backends/trtllm/deploy/disagg_planner.yaml
examples/backends/trtllm/deploy/disagg_planner.yaml
+8
-19
examples/backends/vllm/deploy/disagg_planner.yaml
examples/backends/vllm/deploy/disagg_planner.yaml
+8
-19
No files found.
examples/backends/sglang/deploy/disagg_planner.yaml
View file @
fb60cdc5
...
@@ -19,9 +19,10 @@
...
@@ -19,9 +19,10 @@
# prefill_ttft (time-to-first-token in ms), prefill_thpt_per_gpu
# prefill_ttft (time-to-first-token in ms), prefill_thpt_per_gpu
# (tokens/s per GPU) — all 1-D arrays of equal length.
# (tokens/s per GPU) — all 1-D arrays of equal length.
# decode_raw_data.json — x_kv_usage (KV-cache utilisation fractions),
# decode_raw_data.json — x_kv_usage (KV-cache utilisation fractions),
# y_context_length (context lengths), z_itl (inter-token latency in ms,
# y_context_length (context lengths), z_itl (inter-token latency in ms),
# shape [len(x_kv_usage), len(y_context_length)]), z_thpt_per_gpu
# z_thpt_per_gpu (tokens/s per GPU), max_kv_tokens (scalar).
# (tokens/s per GPU, same shape), max_kv_tokens (scalar).
# x_kv_usage, y_context_length, z_itl, and z_thpt_per_gpu must all be
# flat 1-D arrays of the same length (one entry per measurement point).
# ──────────────────────────────────────────────────────────────────────────────
# ──────────────────────────────────────────────────────────────────────────────
apiVersion
:
v1
apiVersion
:
v1
kind
:
ConfigMap
kind
:
ConfigMap
...
@@ -36,22 +37,10 @@ data:
...
@@ -36,22 +37,10 @@ data:
}
}
decode_raw_data.json
:
|
decode_raw_data.json
:
|
{
{
"x_kv_usage": [0.1, 0.3, 0.5, 0.7, 0.9],
"x_kv_usage": [0.1, 0.1, 0.1, 0.1, 0.3, 0.3, 0.3, 0.3, 0.5, 0.5, 0.5, 0.5, 0.7, 0.7, 0.7, 0.7, 0.9, 0.9, 0.9, 0.9],
"y_context_length": [128, 512, 1024, 2048],
"y_context_length": [128, 512, 1024, 2048, 128, 512, 1024, 2048, 128, 512, 1024, 2048, 128, 512, 1024, 2048, 128, 512, 1024, 2048],
"z_itl": [
"z_itl": [5, 6, 7, 9, 6, 7, 8, 10, 7, 8, 10, 12, 8, 10, 12, 15, 10, 12, 15, 20],
[5, 6, 7, 9 ],
"z_thpt_per_gpu": [4500, 4000, 3500, 2800, 4200, 3700, 3200, 2500, 3800, 3300, 2800, 2200, 3400, 2900, 2400, 1800, 2800, 2400, 1900, 1400],
[6, 7, 8, 10],
[7, 8, 10, 12],
[8, 10, 12, 15],
[10, 12, 15, 20]
],
"z_thpt_per_gpu": [
[4500, 4000, 3500, 2800],
[4200, 3700, 3200, 2500],
[3800, 3300, 2800, 2200],
[3400, 2900, 2400, 1800],
[2800, 2400, 1900, 1400]
],
"max_kv_tokens": 32768
"max_kv_tokens": 32768
}
}
---
---
...
...
examples/backends/trtllm/deploy/disagg_planner.yaml
View file @
fb60cdc5
...
@@ -19,9 +19,10 @@
...
@@ -19,9 +19,10 @@
# prefill_ttft (time-to-first-token in ms), prefill_thpt_per_gpu
# prefill_ttft (time-to-first-token in ms), prefill_thpt_per_gpu
# (tokens/s per GPU) — all 1-D arrays of equal length.
# (tokens/s per GPU) — all 1-D arrays of equal length.
# decode_raw_data.json — x_kv_usage (KV-cache utilisation fractions),
# decode_raw_data.json — x_kv_usage (KV-cache utilisation fractions),
# y_context_length (context lengths), z_itl (inter-token latency in ms,
# y_context_length (context lengths), z_itl (inter-token latency in ms),
# shape [len(x_kv_usage), len(y_context_length)]), z_thpt_per_gpu
# z_thpt_per_gpu (tokens/s per GPU), max_kv_tokens (scalar).
# (tokens/s per GPU, same shape), max_kv_tokens (scalar).
# x_kv_usage, y_context_length, z_itl, and z_thpt_per_gpu must all be
# flat 1-D arrays of the same length (one entry per measurement point).
# ──────────────────────────────────────────────────────────────────────────────
# ──────────────────────────────────────────────────────────────────────────────
apiVersion
:
v1
apiVersion
:
v1
kind
:
ConfigMap
kind
:
ConfigMap
...
@@ -36,22 +37,10 @@ data:
...
@@ -36,22 +37,10 @@ data:
}
}
decode_raw_data.json
:
|
decode_raw_data.json
:
|
{
{
"x_kv_usage": [0.1, 0.3, 0.5, 0.7, 0.9],
"x_kv_usage": [0.1, 0.1, 0.1, 0.1, 0.3, 0.3, 0.3, 0.3, 0.5, 0.5, 0.5, 0.5, 0.7, 0.7, 0.7, 0.7, 0.9, 0.9, 0.9, 0.9],
"y_context_length": [128, 512, 1024, 2048],
"y_context_length": [128, 512, 1024, 2048, 128, 512, 1024, 2048, 128, 512, 1024, 2048, 128, 512, 1024, 2048, 128, 512, 1024, 2048],
"z_itl": [
"z_itl": [5, 6, 7, 9, 6, 7, 8, 10, 7, 8, 10, 12, 8, 10, 12, 15, 10, 12, 15, 20],
[5, 6, 7, 9 ],
"z_thpt_per_gpu": [4500, 4000, 3500, 2800, 4200, 3700, 3200, 2500, 3800, 3300, 2800, 2200, 3400, 2900, 2400, 1800, 2800, 2400, 1900, 1400],
[6, 7, 8, 10],
[7, 8, 10, 12],
[8, 10, 12, 15],
[10, 12, 15, 20]
],
"z_thpt_per_gpu": [
[4500, 4000, 3500, 2800],
[4200, 3700, 3200, 2500],
[3800, 3300, 2800, 2200],
[3400, 2900, 2400, 1800],
[2800, 2400, 1900, 1400]
],
"max_kv_tokens": 32768
"max_kv_tokens": 32768
}
}
---
---
...
...
examples/backends/vllm/deploy/disagg_planner.yaml
View file @
fb60cdc5
...
@@ -19,9 +19,10 @@
...
@@ -19,9 +19,10 @@
# prefill_ttft (time-to-first-token in ms), prefill_thpt_per_gpu
# prefill_ttft (time-to-first-token in ms), prefill_thpt_per_gpu
# (tokens/s per GPU) — all 1-D arrays of equal length.
# (tokens/s per GPU) — all 1-D arrays of equal length.
# decode_raw_data.json — x_kv_usage (KV-cache utilisation fractions),
# decode_raw_data.json — x_kv_usage (KV-cache utilisation fractions),
# y_context_length (context lengths), z_itl (inter-token latency in ms,
# y_context_length (context lengths), z_itl (inter-token latency in ms),
# shape [len(x_kv_usage), len(y_context_length)]), z_thpt_per_gpu
# z_thpt_per_gpu (tokens/s per GPU), max_kv_tokens (scalar).
# (tokens/s per GPU, same shape), max_kv_tokens (scalar).
# x_kv_usage, y_context_length, z_itl, and z_thpt_per_gpu must all be
# flat 1-D arrays of the same length (one entry per measurement point).
# ──────────────────────────────────────────────────────────────────────────────
# ──────────────────────────────────────────────────────────────────────────────
apiVersion
:
v1
apiVersion
:
v1
kind
:
ConfigMap
kind
:
ConfigMap
...
@@ -36,22 +37,10 @@ data:
...
@@ -36,22 +37,10 @@ data:
}
}
decode_raw_data.json
:
|
decode_raw_data.json
:
|
{
{
"x_kv_usage": [0.1, 0.3, 0.5, 0.7, 0.9],
"x_kv_usage": [0.1, 0.1, 0.1, 0.1, 0.3, 0.3, 0.3, 0.3, 0.5, 0.5, 0.5, 0.5, 0.7, 0.7, 0.7, 0.7, 0.9, 0.9, 0.9, 0.9],
"y_context_length": [128, 512, 1024, 2048],
"y_context_length": [128, 512, 1024, 2048, 128, 512, 1024, 2048, 128, 512, 1024, 2048, 128, 512, 1024, 2048, 128, 512, 1024, 2048],
"z_itl": [
"z_itl": [5, 6, 7, 9, 6, 7, 8, 10, 7, 8, 10, 12, 8, 10, 12, 15, 10, 12, 15, 20],
[5, 6, 7, 9 ],
"z_thpt_per_gpu": [4500, 4000, 3500, 2800, 4200, 3700, 3200, 2500, 3800, 3300, 2800, 2200, 3400, 2900, 2400, 1800, 2800, 2400, 1900, 1400],
[6, 7, 8, 10],
[7, 8, 10, 12],
[8, 10, 12, 15],
[10, 12, 15, 20]
],
"z_thpt_per_gpu": [
[4500, 4000, 3500, 2800],
[4200, 3700, 3200, 2500],
[3800, 3300, 2800, 2200],
[3400, 2900, 2400, 1800],
[2800, 2400, 1900, 1400]
],
"max_kv_tokens": 32768
"max_kv_tokens": 32768
}
}
---
---
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment