[GH-ISSUE #11419] LiquidAI/LFM2-1.2B-GGUF not working #33298

Closed
opened 2026-04-22 15:50:22 -05:00 by GiteaMirror · 13 comments
Owner

Originally created by @Teejer on GitHub (Jul 14, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/11419

When I try to run the new LFM2 model from hugging face it doesn't run. I get this

docker exec -it ollama ollama run hf.co/LiquidAI/LFM2-1.2B-GGUF
Error: unable to load model: /root/.ollama/models/blobs/sha256-55175400e3f509a9616227afeffd58d87e80b9f628a5d3d54ada884d85221fed

Not sure where to go from here. I would like to try this model out.

Originally created by @Teejer on GitHub (Jul 14, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/11419 When I try to run the new LFM2 model from hugging face it doesn't run. I get this ``` docker exec -it ollama ollama run hf.co/LiquidAI/LFM2-1.2B-GGUF Error: unable to load model: /root/.ollama/models/blobs/sha256-55175400e3f509a9616227afeffd58d87e80b9f628a5d3d54ada884d85221fed ``` Not sure where to go from here. I would like to try this model out.
GiteaMirror added the model label 2026-04-22 15:50:22 -05:00
Author
Owner

@rick-github commented on GitHub (Jul 14, 2025):

Not yet supported in ollama. It was added to llama.cpp three days ago so presumably the next vendor sync will pull in support.

<!-- gh-comment-id:3070874763 --> @rick-github commented on GitHub (Jul 14, 2025): Not yet supported in ollama. It was [added](https://github.com/ggml-org/llama.cpp/pull/14620) to llama.cpp three days ago so presumably the next vendor sync will pull in support.
Author
Owner

@Teejer commented on GitHub (Jul 14, 2025):

So about when do you think that would be?

Thank you for responding so quickly.

<!-- gh-comment-id:3070908055 --> @Teejer commented on GitHub (Jul 14, 2025): So about when do you think that would be? Thank you for responding so quickly.
Author
Owner

@rick-github commented on GitHub (Jul 14, 2025):

It's up to the developers, but it's been a while since the last one, and there's an open PR so it's likely in the next release or two.

<!-- gh-comment-id:3070939311 --> @rick-github commented on GitHub (Jul 14, 2025): It's up to the developers, but it's [been a while](https://github.com/ollama/ollama/commits/main/Makefile.sync) since the last one, and there's an [open PR](https://github.com/ollama/ollama/pull/11009) so it's likely in the next release or two.
Author
Owner

@simulanics commented on GitHub (Jul 16, 2025):

I've been getting updates to ollama nearly weekly/bi-weekly, regardless of the sync log. LFM2 is not yet supported but newer models recently issued within weeks have been added recently, so hopefully soon? 🙏 check the llamacpp executables/libraries (dll/so/dylib) installed with your ollama version...it may be as simple as swapping them out with a newer version (***assuming the code APIs haven't been modified by ollama devs). 📐

<!-- gh-comment-id:3079398914 --> @simulanics commented on GitHub (Jul 16, 2025): I've been getting updates to ollama nearly weekly/bi-weekly, regardless of the sync log. LFM2 is not yet supported but newer models recently issued within weeks have been added recently, so hopefully soon? 🙏 check the llamacpp executables/libraries (dll/so/dylib) installed with your ollama version...it may be as simple as swapping them out with a newer version (***assuming the code APIs haven't been modified by ollama devs). 📐
Author
Owner

@Teejer commented on GitHub (Jul 16, 2025):

I'm using the docker container for this. I can try changing the ollama in the container, but not sure it'll stick around after a container restart

<!-- gh-comment-id:3079467192 --> @Teejer commented on GitHub (Jul 16, 2025): I'm using the docker container for this. I can try changing the ollama in the container, but not sure it'll stick around after a container restart
Author
Owner

@ktomanek commented on GitHub (Jul 28, 2025):

any updates here ?

<!-- gh-comment-id:3125438888 --> @ktomanek commented on GitHub (Jul 28, 2025): any updates here ?
Author
Owner

@ehartford commented on GitHub (Aug 14, 2025):

LFM2 still doesn't work in ollama, though tested and working in llama.cpp

https://github.com/user-attachments/assets/5cd7e2ef-9f8e-4843-b8be-1de7e483946d

<!-- gh-comment-id:3186312744 --> @ehartford commented on GitHub (Aug 14, 2025): LFM2 still doesn't work in ollama, though tested and working in llama.cpp https://github.com/user-attachments/assets/5cd7e2ef-9f8e-4843-b8be-1de7e483946d
Author
Owner

@rick-github commented on GitHub (Aug 14, 2025):

#11823 will merge upstream support for LFM2.

<!-- gh-comment-id:3186319294 --> @rick-github commented on GitHub (Aug 14, 2025): #11823 will merge upstream support for LFM2.
Author
Owner

@rick-github commented on GitHub (Aug 15, 2025):

$ ollama -v
ollama version is 0.11.5-rc2
$ ollama run hf.co/LiquidAI/LFM2-1.2B-GGUF --verbose why is the sky blue?
The sky appears blue due to a phenomenon called Rayleigh scattering. When sunlight enters 
the Earth's atmosphere, it collides with gases like nitrogen and oxygen molecules. 
Shorter wavelengths of light, such as blue and violet, are scattered more in all 
directions by these molecules than longer wavelengths like red and orange. This scattered 
blue light is then directed towards our eyes from all parts of the sky, making it appear 
blue when we look up at the sky during a clear day.

Violet light is scattered even more than blue light, which is why the sky often appears 
more violet than blue during the day. However, because violet light is closer to the 
violet end of the spectrum and reaches our eyes at smaller angles, less violet light gets 
scattered away by clouds and other particles, leaving blue light as the dominant color we 
see.

It's worth noting that our perception can be slightly altered by atmospheric conditions, 
which is why on a hazy or polluted day, the sky might appear more grayish or reddish 
instead of distinctly blue. Nonetheless, Rayleigh scattering remains the primary 
explanation for why the sky appears blue.

total duration:       1.545801123s
load duration:        349.884379ms
prompt eval count:    15 token(s)
prompt eval duration: 20.71382ms
prompt eval rate:     724.15 tokens/s
eval count:           223 token(s)
eval duration:        1.174620647s
eval rate:            189.85 tokens/s
<!-- gh-comment-id:3191638645 --> @rick-github commented on GitHub (Aug 15, 2025): ```console $ ollama -v ollama version is 0.11.5-rc2 $ ollama run hf.co/LiquidAI/LFM2-1.2B-GGUF --verbose why is the sky blue? The sky appears blue due to a phenomenon called Rayleigh scattering. When sunlight enters the Earth's atmosphere, it collides with gases like nitrogen and oxygen molecules. Shorter wavelengths of light, such as blue and violet, are scattered more in all directions by these molecules than longer wavelengths like red and orange. This scattered blue light is then directed towards our eyes from all parts of the sky, making it appear blue when we look up at the sky during a clear day. Violet light is scattered even more than blue light, which is why the sky often appears more violet than blue during the day. However, because violet light is closer to the violet end of the spectrum and reaches our eyes at smaller angles, less violet light gets scattered away by clouds and other particles, leaving blue light as the dominant color we see. It's worth noting that our perception can be slightly altered by atmospheric conditions, which is why on a hazy or polluted day, the sky might appear more grayish or reddish instead of distinctly blue. Nonetheless, Rayleigh scattering remains the primary explanation for why the sky appears blue. total duration: 1.545801123s load duration: 349.884379ms prompt eval count: 15 token(s) prompt eval duration: 20.71382ms prompt eval rate: 724.15 tokens/s eval count: 223 token(s) eval duration: 1.174620647s eval rate: 189.85 tokens/s ```
Author
Owner

@Teejer commented on GitHub (Aug 19, 2025):

So next release it should work?

my container is running 0.11.4.

On Fri, Aug 15, 2025 at 8:29 AM frob @.***> wrote:

rick-github left a comment (ollama/ollama#11419)
https://github.com/ollama/ollama/issues/11419#issuecomment-3191638645

$ ollama -vollama version is 0.11.5-rc2
$ ollama run hf.co/LiquidAI/LFM2-1.2B-GGUF --verbose why is the sky blue?The sky appears blue due to a phenomenon called Rayleigh scattering. When sunlight enters the Earth's atmosphere, it collides with gases like nitrogen and oxygen molecules. Shorter wavelengths of light, such as blue and violet, are scattered more in all directions by these molecules than longer wavelengths like red and orange. This scattered blue light is then directed towards our eyes from all parts of the sky, making it appear blue when we look up at the sky during a clear day.
Violet light is scattered even more than blue light, which is why the sky often appears more violet than blue during the day. However, because violet light is closer to the violet end of the spectrum and reaches our eyes at smaller angles, less violet light gets scattered away by clouds and other particles, leaving blue light as the dominant color we see.
It's worth noting that our perception can be slightly altered by atmospheric conditions, which is why on a hazy or polluted day, the sky might appear more grayish or reddish instead of distinctly blue. Nonetheless, Rayleigh scattering remains the primary explanation for why the sky appears blue.
total duration: 1.545801123sload duration: 349.884379msprompt eval count: 15 token(s)prompt eval duration: 20.71382msprompt eval rate: 724.15 tokens/seval count: 223 token(s)eval duration: 1.174620647seval rate: 189.85 tokens/s


Reply to this email directly, view it on GitHub
https://github.com/ollama/ollama/issues/11419#issuecomment-3191638645,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ABP57VEX2YQ5ZZDV73RVOO33NXVE3AVCNFSM6AAAAACBQAUS4GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTCOJRGYZTQNRUGU
.
You are receiving this because you authored the thread.Message ID:
@.***>

<!-- gh-comment-id:3201658868 --> @Teejer commented on GitHub (Aug 19, 2025): So next release it should work? my container is running 0.11.4. On Fri, Aug 15, 2025 at 8:29 AM frob ***@***.***> wrote: > *rick-github* left a comment (ollama/ollama#11419) > <https://github.com/ollama/ollama/issues/11419#issuecomment-3191638645> > > $ ollama -vollama version is 0.11.5-rc2 > $ ollama run hf.co/LiquidAI/LFM2-1.2B-GGUF --verbose why is the sky blue?The sky appears blue due to a phenomenon called Rayleigh scattering. When sunlight enters the Earth's atmosphere, it collides with gases like nitrogen and oxygen molecules. Shorter wavelengths of light, such as blue and violet, are scattered more in all directions by these molecules than longer wavelengths like red and orange. This scattered blue light is then directed towards our eyes from all parts of the sky, making it appear blue when we look up at the sky during a clear day. > Violet light is scattered even more than blue light, which is why the sky often appears more violet than blue during the day. However, because violet light is closer to the violet end of the spectrum and reaches our eyes at smaller angles, less violet light gets scattered away by clouds and other particles, leaving blue light as the dominant color we see. > It's worth noting that our perception can be slightly altered by atmospheric conditions, which is why on a hazy or polluted day, the sky might appear more grayish or reddish instead of distinctly blue. Nonetheless, Rayleigh scattering remains the primary explanation for why the sky appears blue. > total duration: 1.545801123sload duration: 349.884379msprompt eval count: 15 token(s)prompt eval duration: 20.71382msprompt eval rate: 724.15 tokens/seval count: 223 token(s)eval duration: 1.174620647seval rate: 189.85 tokens/s > > — > Reply to this email directly, view it on GitHub > <https://github.com/ollama/ollama/issues/11419#issuecomment-3191638645>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/ABP57VEX2YQ5ZZDV73RVOO33NXVE3AVCNFSM6AAAAACBQAUS4GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTCOJRGYZTQNRUGU> > . > You are receiving this because you authored the thread.Message ID: > ***@***.***> >
Author
Owner

@cociweb commented on GitHub (Aug 20, 2025):

0.11.5 is released. it's working now. I think the ticket can be closed.

<!-- gh-comment-id:3206833499 --> @cociweb commented on GitHub (Aug 20, 2025): 0.11.5 is released. it's working now. I think the ticket can be closed.
Author
Owner

@Teejer commented on GitHub (Aug 20, 2025):

The rocm container version is not 0.11.5 yet.

Also your build is an rc - release candidate. Are you sure its out?

On Wed, Aug 20, 2025 at 9:14 AM cociweb @.***> wrote:

cociweb left a comment (ollama/ollama#11419)
https://github.com/ollama/ollama/issues/11419#issuecomment-3206833499

0.11.5 is released. it's working now. I think the ticket can be closed.


Reply to this email directly, view it on GitHub
https://github.com/ollama/ollama/issues/11419#issuecomment-3206833499,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ABP57VEDDWHWS3QZMKPR2XT3OSGFPAVCNFSM6AAAAACBQAUS4GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTEMBWHAZTGNBZHE
.
You are receiving this because you authored the thread.Message ID:
@.***>

<!-- gh-comment-id:3206854248 --> @Teejer commented on GitHub (Aug 20, 2025): The rocm container version is not 0.11.5 yet. Also your build is an rc - release candidate. Are you sure its out? On Wed, Aug 20, 2025 at 9:14 AM cociweb ***@***.***> wrote: > *cociweb* left a comment (ollama/ollama#11419) > <https://github.com/ollama/ollama/issues/11419#issuecomment-3206833499> > > 0.11.5 is released. it's working now. I think the ticket can be closed. > > — > Reply to this email directly, view it on GitHub > <https://github.com/ollama/ollama/issues/11419#issuecomment-3206833499>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/ABP57VEDDWHWS3QZMKPR2XT3OSGFPAVCNFSM6AAAAACBQAUS4GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTEMBWHAZTGNBZHE> > . > You are receiving this because you authored the thread.Message ID: > ***@***.***> >
Author
Owner

@Teejer commented on GitHub (Aug 20, 2025):

alright, pulled the latest and it is now 0.11.5

On Wed, Aug 20, 2025 at 9:14 AM cociweb @.***> wrote:

cociweb left a comment (ollama/ollama#11419)
https://github.com/ollama/ollama/issues/11419#issuecomment-3206833499

0.11.5 is released. it's working now. I think the ticket can be closed.


Reply to this email directly, view it on GitHub
https://github.com/ollama/ollama/issues/11419#issuecomment-3206833499,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ABP57VEDDWHWS3QZMKPR2XT3OSGFPAVCNFSM6AAAAACBQAUS4GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTEMBWHAZTGNBZHE
.
You are receiving this because you authored the thread.Message ID:
@.***>

<!-- gh-comment-id:3206963615 --> @Teejer commented on GitHub (Aug 20, 2025): alright, pulled the latest and it is now 0.11.5 On Wed, Aug 20, 2025 at 9:14 AM cociweb ***@***.***> wrote: > *cociweb* left a comment (ollama/ollama#11419) > <https://github.com/ollama/ollama/issues/11419#issuecomment-3206833499> > > 0.11.5 is released. it's working now. I think the ticket can be closed. > > — > Reply to this email directly, view it on GitHub > <https://github.com/ollama/ollama/issues/11419#issuecomment-3206833499>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/ABP57VEDDWHWS3QZMKPR2XT3OSGFPAVCNFSM6AAAAACBQAUS4GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTEMBWHAZTGNBZHE> > . > You are receiving this because you authored the thread.Message ID: > ***@***.***> >
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#33298