We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3865a94 commit 5915a69Copy full SHA for 5915a69
components/planner/src/dynamo/planner/defaults.py
@@ -94,10 +94,10 @@ class VllmComponentName:
94
95
class SGLangComponentName:
96
prefill_worker_k8s_name = "SGLangPrefillWorker"
97
- prefill_worker_component_name = "worker"
+ prefill_worker_component_name = "prefill"
98
prefill_worker_endpoint = "generate"
99
decode_worker_k8s_name = "SGLangDecodeWorker"
100
- decode_worker_component_name = "decode"
+ decode_worker_component_name = "backend"
101
decode_worker_endpoint = "generate"
102
103
0 commit comments