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
8a0657cb
Unverified
Commit
8a0657cb
authored
Mar 09, 2026
by
Hongkuan Zhou
Committed by
GitHub
Mar 09, 2026
Browse files
fix: correct planner entrypoint in profiler's planner config gen (#7095)
Signed-off-by:
hongkuanz
<
hongkuanz@nvidia.com
>
parent
9df36b38
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
14 deletions
+6
-14
components/src/dynamo/profiler/utils/config.py
components/src/dynamo/profiler/utils/config.py
+1
-1
tests/planner/perf_test_configs/disagg_8b_planner.yaml
tests/planner/perf_test_configs/disagg_8b_planner.yaml
+5
-13
No files found.
components/src/dynamo/profiler/utils/config.py
View file @
8a0657cb
...
...
@@ -103,7 +103,7 @@ class DgdPlannerServiceConfig(BaseModel):
mainContainer
=
Container
(
image
=
"my-registry/dynamo-runtime:my-tag"
,
# placeholder
workingDir
=
f
"
{
get_workspace_dir
()
}
/components/src/dynamo/planner"
,
command
=
[
"python3"
,
"-m"
,
"dynamo.planner
.planner_sla
"
],
command
=
[
"python3"
,
"-m"
,
"dynamo.planner"
],
args
=
[],
)
)
...
...
tests/planner/perf_test_configs/disagg_8b_planner.yaml
View file @
8a0657cb
...
...
@@ -73,24 +73,16 @@ spec:
extraPodSpec
:
mainContainer
:
image
:
my-registry/vllm-runtime:my-tag
workingDir
:
/workspace/components/src/dynamo/planner
ports
:
-
name
:
metrics
containerPort
:
9085
command
:
-
/bin/sh
-
-c
-
python3
-
-m
-
dynamo.planner
args
:
-
>-
python3 -m planner_sla
--environment=kubernetes
--backend=vllm
--ttft 200
--itl 10
--profile-results-dir /workspace/tests/planner/profiling_results/H200_TP1P_TP1D/
--adjustment-interval=60
--prometheus-port=9085
--no-correction
-
--config
-
'
{"environment":
"kubernetes",
"backend":
"vllm",
"ttft":
200,
"itl":
10,
"profile_results_dir":
"/workspace/tests/planner/profiling_results/H200_TP1P_TP1D/",
"throughput_adjustment_interval":
60,
"metric_reporting_prometheus_port":
9085,
"no_correction":
true}'
VllmDecodeWorker
:
envFromSecret
:
hf-token-secret
componentType
:
worker
...
...
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