Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Model]: openbmb/MiniCPM-o-2_6 #12162

Open
1 task done
myoss opened this issue Jan 17, 2025 · 1 comment · May be fixed by #12069
Open
1 task done

[New Model]: openbmb/MiniCPM-o-2_6 #12162

myoss opened this issue Jan 17, 2025 · 1 comment · May be fixed by #12069
Labels
new model Requests to new models

Comments

@myoss
Copy link

myoss commented Jan 17, 2025

The model to consider.

Adding support for MiniCPM-o-2, please review.
HuggingFace Page: https://huggingface.co/openbmb/MiniCPM-o-2_6

MiniCPM-o 2.6 is the latest and most capable model in the MiniCPM-o series. The model is built in an end-to-end fashion based on SigLip-400M, Whisper-medium-300M, ChatTTS-200M, and Qwen2.5-7B with a total of 8B parameters. It exhibits a significant performance improvement over MiniCPM-V 2.6, and introduces new features for real-time speech conversation and multimodal live streaming. Notable features of MiniCPM-o 2.6 include

The closest model vllm already supports.

https://github.com/vllm-project/vllm/blob/main/vllm/model_executor/models/minicpmv.py

What's your difficulty of supporting the model you want?

  File "/usr/local/lib/python3.12/site-packages/vllm/model_executor/models/registry.py", line 421, in inspect_model_cls
    return self._raise_for_unsupported(architectures)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/vllm/model_executor/models/registry.py", line 382, in _raise_for_unsupported
    raise ValueError(
ValueError: Model architectures ['MiniCPMO'] are not supported for now.

Before submitting a new issue...

  • Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.
@myoss myoss added the new model Requests to new models label Jan 17, 2025
@myoss myoss marked this as a duplicate of #12163 Jan 17, 2025
@myoss myoss changed the title [New Model]: MiniCPM-o-2_6 [New Model]: openbmb/MiniCPM-o-2_6 Jan 17, 2025
@DarkLight1337
Copy link
Member

Thanks for your interest, it is already being worked on in #12069

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new model Requests to new models
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants