-
Notifications
You must be signed in to change notification settings - Fork 2k
model: Minicpmo #3023
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
model: Minicpmo #3023
Conversation
1764685
to
de11d37
Compare
bc33318
to
78f5175
Compare
I think we should add test |
no worry. we can do it here |
87f83d4
to
d00dc4d
Compare
|
||
return audio_response | ||
|
||
def _test_audio_speech_completion(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we directly move audio related test into TestMinicpmoServer
?
LGTM,after ci passes and unit test related issues have been solved, this PR can be merged. cc @zhaochenyang20 and plz paste MMMU benchmark result here~ @mickqian |
FYI, tts model in current Minicpmo is not used, as well as streaming audio embedding |
|
@yizhang2077 wait for yi's approval! |
great!let me rerun the CI and merge it asap |
@zhaochenyang20 we may need contributor to support audio benchmark |
great work1! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move all model-specific files under python/sglang/srt/managers/multimodal_processors
to python/sglang/srt/models/
Motivation
Support openbmb/MiniCPM-o-2_6
Modifications
Checklist