[GH-ISSUE #8424] requesting support new model: MiniCPM-o-2_6 #5413

Open
opened 2026-04-12 16:39:06 -05:00 by GiteaMirror · 5 comments
Owner

Originally created by @somnifex on GitHub (Jan 14, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/8424

Model URL: https://huggingface.co/openbmb/MiniCPM-o-2_6

Originally created by @somnifex on GitHub (Jan 14, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/8424 Model URL: https://huggingface.co/openbmb/MiniCPM-o-2_6
GiteaMirror added the model label 2026-04-12 16:39:06 -05:00
Author
Owner

@twythebest commented on GitHub (Jan 15, 2025):

I have download mmproj-model-f16.gguf and Model-7.6B-F16.gguf, and then I used the modelfile:
FROM ./Model-7.6B-F16.gguf
FROM ./mmproj-model-f16.gguf

TEMPLATE """{{ if .System }}<|im_start|>system

{{ .System }}<|im_end|>{{ end }}

{{ if .Prompt }}<|im_start|>user

{{ .Prompt }}<|im_end|>{{ end }}

<|im_start|>assistant<|im_end|>

{{ .Response }}<|im_end|>"""

PARAMETER stop "<|endoftext|>"
PARAMETER stop "<|im_end|>"
PARAMETER num_ctx 8192

then,I use the command:
ollama create Minicpm-o_2.6 -f config.txt.
After this,something wrong happened:
(1)model in ollama list just has 1GB?
(2)I use command ollama run Minicpm-o_2.6:latest, system shows:Error: pull model manifest: file does not exist!
How to solve it?thanks!

<!-- gh-comment-id:2591516032 --> @twythebest commented on GitHub (Jan 15, 2025): I have download mmproj-model-f16.gguf and Model-7.6B-F16.gguf, and then I used the modelfile: FROM ./Model-7.6B-F16.gguf FROM ./mmproj-model-f16.gguf TEMPLATE """{{ if .System }}<|im_start|>system {{ .System }}<|im_end|>{{ end }} {{ if .Prompt }}<|im_start|>user {{ .Prompt }}<|im_end|>{{ end }} <|im_start|>assistant<|im_end|> {{ .Response }}<|im_end|>""" PARAMETER stop "<|endoftext|>" PARAMETER stop "<|im_end|>" PARAMETER num_ctx 8192 then,I use the command: ollama create Minicpm-o_2.6 -f config.txt. After this,something wrong happened: (1)model in ollama list just has 1GB? (2)I use command ollama run Minicpm-o_2.6:latest, system shows:Error: pull model manifest: file does not exist! How to solve it?thanks!
Author
Owner

@g4challenge commented on GitHub (Jan 18, 2025):

Is it possible and necessary to expand the endpoints for realtime api?
Text/Image should be fine - but how about audio video? LiveStreaming?

<!-- gh-comment-id:2599639084 --> @g4challenge commented on GitHub (Jan 18, 2025): Is it possible and necessary to expand the endpoints for realtime api? Text/Image should be fine - but how about audio video? LiveStreaming?
Author
Owner

@Shiven-saini commented on GitHub (Jan 20, 2025):

Is it possible and necessary to expand the endpoints for realtime api? Text/Image should be fine - but how about audio video? LiveStreaming?

I am actually working on it. I will update you regarding this.

<!-- gh-comment-id:2602232966 --> @Shiven-saini commented on GitHub (Jan 20, 2025): > Is it possible and necessary to expand the endpoints for realtime api? Text/Image should be fine - but how about audio video? LiveStreaming? I am actually working on it. I will update you regarding this.
Author
Owner

@somnifex commented on GitHub (Jan 20, 2025):

Is it possible and necessary to expand the endpoints for realtime api? Text/Image should be fine - but how about audio video? LiveStreaming?

I am actually working on it. I will update you regarding this.

Nice job! We are all looking forward to your progress.

<!-- gh-comment-id:2602261932 --> @somnifex commented on GitHub (Jan 20, 2025): > > Is it possible and necessary to expand the endpoints for realtime api? Text/Image should be fine - but how about audio video? LiveStreaming? > > I am actually working on it. I will update you regarding this. Nice job! We are all looking forward to your progress.
Author
Owner

@Elgokoo commented on GitHub (Mar 13, 2025):

Hi, Any news about it ?

<!-- gh-comment-id:2721182218 --> @Elgokoo commented on GitHub (Mar 13, 2025): Hi, Any news about it ?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#5413