Skip to content

Commit ffcf599

Browse files
committed
docs(moe): name the dispatch bridge accurately
1 parent 04069d2 commit ffcf599

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vllm_fl/patches/moe_sum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def moe_sum_flagos(input, output):
5454
moe_sum_flagos._vllm_fl_moe_sum_patch = True
5555
moe_sum_flagos._vllm_fl_original = original
5656
ops_module.moe_sum = moe_sum_flagos
57-
logger.info("Monkey-patched vLLM moe_sum -> FlagGems runtime operator")
57+
logger.info("Bridged vLLM moe_sum -> vllm-plugin-FL dispatch manager")
5858
return True
5959

6060

0 commit comments

Comments
 (0)