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

ollama issue! #720

Open
twythebest opened this issue Jan 15, 2025 · 4 comments
Open

ollama issue! #720

twythebest opened this issue Jan 15, 2025 · 4 comments
Assignees

Comments

@twythebest
Copy link

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!

@tc-mb
Copy link
Collaborator

tc-mb commented Jan 15, 2025

你好,请问你用的是我们刚刚开源的minicpm-omni的gguf么?
如果是的话,这个还没有合并到llama.cpp官方分支中,ollama的推理部分本质是llama.cpp。
所以如果想使用ollama需要等一段时间合并才可以。

@twythebest
Copy link
Author

好的,期待此模型尽快登录ollama官网!!

@liyimeng
Copy link

你好,请问你用的是我们刚刚开源的minicpm-omni的gguf么? 如果是的话,这个还没有合并到llama.cpp官方分支中,ollama的推理部分本质是llama.cpp。 所以如果想使用ollama需要等一段时间合并才可以。

Might you kindly point out the ongoing PR? or no PR yet?

@bitnom
Copy link

bitnom commented Jan 16, 2025

is it working in your ollama and llama.cpp forks?

edit: answer is no. Time to break out the GPUs boys

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

No branches or pull requests

4 participants