You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: