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
5915a69b
Unverified
Commit
5915a69b
authored
Sep 20, 2025
by
GavinZhu-GMI
Committed by
GitHub
Sep 19, 2025
Browse files
fix: SGLang component names to match worker registration patterns (#3108)
Signed-off-by:
Gavin.Zhu
<
gavin.z@gmicloud.ai
>
parent
3865a941
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
components/planner/src/dynamo/planner/defaults.py
components/planner/src/dynamo/planner/defaults.py
+2
-2
No files found.
components/planner/src/dynamo/planner/defaults.py
View file @
5915a69b
...
@@ -94,10 +94,10 @@ class VllmComponentName:
...
@@ -94,10 +94,10 @@ class VllmComponentName:
class
SGLangComponentName
:
class
SGLangComponentName
:
prefill_worker_k8s_name
=
"SGLangPrefillWorker"
prefill_worker_k8s_name
=
"SGLangPrefillWorker"
prefill_worker_component_name
=
"
worker
"
prefill_worker_component_name
=
"
prefill
"
prefill_worker_endpoint
=
"generate"
prefill_worker_endpoint
=
"generate"
decode_worker_k8s_name
=
"SGLangDecodeWorker"
decode_worker_k8s_name
=
"SGLangDecodeWorker"
decode_worker_component_name
=
"
decode
"
decode_worker_component_name
=
"
backend
"
decode_worker_endpoint
=
"generate"
decode_worker_endpoint
=
"generate"
...
...
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