add MiniCPM-o 4.5 recipe under recipes/OpenBMB#4067
Merged
Conversation
Signed-off-by: tc-mb <tianchi_cai@icloud.com>
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
86MaxCao
pushed a commit
to 86MaxCao/vllm-omni
that referenced
this pull request
Jun 4, 2026
Signed-off-by: tc-mb <tianchi_cai@icloud.com>
akshatvishu
pushed a commit
to akshatvishu/vllm-omni
that referenced
this pull request
Jun 13, 2026
Signed-off-by: tc-mb <tianchi_cai@icloud.com> Signed-off-by: akshatvishu <akshatnayak197@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Add a community recipe documenting how to serve
openbmb/MiniCPM-o-4_5on vLLM-Omni, following the structure of the existing
recipes/Qwen/Qwen3-Omni.mdandrecipes/OpenBMB/VoxCPM2.md.The MiniCPM-o 4.5 integration itself already landed in
#3642 (model code + 3 default deploy configs + Gradio demo); this PR
only adds the recipe file + a row in the central
recipes/README.mdtable. No source code is touched.
What's added
recipes/OpenBMB/MiniCPM-o-4_5.md— covers the three shipped GPUlayouts:
minicpmo_4_5.yaml)minicpmo_4_5_3gpu.yaml)minicpmo_4_5_8x4090.yaml)stepaudio2-minicpmotalker dependency and thepip install 'vllm-omni[minicpmo]'install pathchat_template_kwargs.use_tts_template=truegate thattriggers speech output
hf_config.version == "4.5"routing predicate that preventsmisrouting MiniCPM-o 2.6 checkpoints into the 4.5 pipeline
recipes/README.md— added one row to the Available Recipes table,inserted in alphabetical order before
OpenBMB/VoxCPM2.md.Test Plan
Documentation-only change. All relative links in the recipe resolve to
files that exist in this PR's base (verified locally against
origin/mainpost-rebase).