Unverified Commit 5915a69b authored by GavinZhu-GMI's avatar GavinZhu-GMI Committed by GitHub
Browse files

fix: SGLang component names to match worker registration patterns (#3108)


Signed-off-by: default avatarGavin.Zhu <gavin.z@gmicloud.ai>
parent 3865a941
...@@ -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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment