Skip to content

Commit 5915a69

Browse files
authored
fix: SGLang component names to match worker registration patterns (#3108)
Signed-off-by: Gavin.Zhu <[email protected]>
1 parent 3865a94 commit 5915a69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/planner/src/dynamo/planner/defaults.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ class VllmComponentName:
9494

9595
class SGLangComponentName:
9696
prefill_worker_k8s_name = "SGLangPrefillWorker"
97-
prefill_worker_component_name = "worker"
97+
prefill_worker_component_name = "prefill"
9898
prefill_worker_endpoint = "generate"
9999
decode_worker_k8s_name = "SGLangDecodeWorker"
100-
decode_worker_component_name = "decode"
100+
decode_worker_component_name = "backend"
101101
decode_worker_endpoint = "generate"
102102

103103

0 commit comments

Comments
 (0)