[GH-ISSUE #3039] bug: Can't push MobileVLM (mmproj?) model #1869

Closed
opened 2026-04-12 11:56:30 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @knoopx on GitHub (Mar 10, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/3039

Can't push this specific model. Model works fine.

Details

Source model:
https://huggingface.co/Blombert/MobileVLM-3B-GGUF

Ollama version:

(models) knoopx@desktop ~/P/k/models [1]> ollama --version
ollama version is 0.1.28

Modelfile

FROM /home/knoopx/Downloads/ggml-model-f16.gguf
FROM /home/knoopx/Downloads/mmproj-model-f16.gguf
TEMPLATE """Q: {{ .Prompt }}
A:"""
PARAMETER stop "Q:"
PARAMETER stop "A:"

Error Log

ollama create knoopx/MobileVLM:3b-fp16 -f modelfiles/mobilevlm.modelfile
transferring model data 
creating model layer 
creating template layer 
creating parameters layer 
creating config layer 
using already created layer sha256:f6ad543613bdfe69289b83a24085e950db4385bac2924cdda1c6702fb9f47923 
using already created layer sha256:c8dda06f00ae031c5428591603a4c3a27dbbf4414a1e269ede4d1c450ca31d51 
writing layer sha256:8463e3eb5608b7fcea99e47811e2a274e3df65acb7fb75d63f15a8e57109f1af 
writing layer sha256:8aab0873042fccf139c01e3d781f6ea678655dd72ee229cadea062733fc66a5e 
writing layer sha256:627ed9e87a50a78904ce4538eba0711c8cf0e9304b4925864fa2eff31ce07bb3 
writing manifest 
success 
(models) knoopx@desktop ~/P/k/models> ollama push knoopx/MobileVLM:3b-fp16
retrieving manifest 
Error: file does not exist

Nothing useful logged with OLLAMA_DEBUG

Originally created by @knoopx on GitHub (Mar 10, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/3039 Can't push this specific model. Model works fine. ### Details Source model: https://huggingface.co/Blombert/MobileVLM-3B-GGUF Ollama version: ``` (models) knoopx@desktop ~/P/k/models [1]> ollama --version ollama version is 0.1.28 ``` ### Modelfile ``` FROM /home/knoopx/Downloads/ggml-model-f16.gguf FROM /home/knoopx/Downloads/mmproj-model-f16.gguf TEMPLATE """Q: {{ .Prompt }} A:""" PARAMETER stop "Q:" PARAMETER stop "A:" ``` ### Error Log ``` ollama create knoopx/MobileVLM:3b-fp16 -f modelfiles/mobilevlm.modelfile transferring model data creating model layer creating template layer creating parameters layer creating config layer using already created layer sha256:f6ad543613bdfe69289b83a24085e950db4385bac2924cdda1c6702fb9f47923 using already created layer sha256:c8dda06f00ae031c5428591603a4c3a27dbbf4414a1e269ede4d1c450ca31d51 writing layer sha256:8463e3eb5608b7fcea99e47811e2a274e3df65acb7fb75d63f15a8e57109f1af writing layer sha256:8aab0873042fccf139c01e3d781f6ea678655dd72ee229cadea062733fc66a5e writing layer sha256:627ed9e87a50a78904ce4538eba0711c8cf0e9304b4925864fa2eff31ce07bb3 writing manifest success (models) knoopx@desktop ~/P/k/models> ollama push knoopx/MobileVLM:3b-fp16 retrieving manifest Error: file does not exist ``` Nothing useful logged with `OLLAMA_DEBUG`
GiteaMirror added the bug label 2026-04-12 11:56:30 -05:00
Author
Owner

@jmorganca commented on GitHub (Mar 11, 2024):

Hi @knoopx, would it be possible to name this knoopx/mobilevlm:3b-fp16. Model names should all be lowercase - I'm going to close this for #336 since it's an open issue we need to address. Sorry about that!

<!-- gh-comment-id:1989380594 --> @jmorganca commented on GitHub (Mar 11, 2024): Hi @knoopx, would it be possible to name this `knoopx/mobilevlm:3b-fp16`. Model names should all be lowercase - I'm going to close this for #336 since it's an open issue we need to address. Sorry about that!
Author
Owner

@knoopx commented on GitHub (Mar 12, 2024):

@jmorganca yes that was it, thank you.

<!-- gh-comment-id:1992633981 --> @knoopx commented on GitHub (Mar 12, 2024): @jmorganca yes that was it, thank you.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#1869