Cohere MoE added to vLLM
·2026.04.25 01:04
Key point
A PR supporting Cohere MoE models has been submitted to vLLM.
Details
A PR adding Cohere MoE support to vLLM has been published.
- It includes a
CohereMoeForCausalLMimplementation. - A SigmoidRenorm routing method has been added to the
FusedMoEconfiguration. - An example is provided showing the server launched with
vllm serve $MODEL_ID --trust-remote-codeand called via the/v1/chat/completionsAPI. - It's stated that model weights will be provided soon.
- Code review pointed out fixes needed such as the scope of RoPE application, residual handling in
CohereMoeDecoderLayer, and consistency of theUnspecifiedtype inRoutingMethodType.
This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.