ollama - 💡(How to fix) Fix gemma4:26b-nvfp4 has wrong metadata [7 comments, 5 participants]

Official PRs (…)
ON THIS PAGE

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
ollama/ollama#15623Fetched 2026-04-17 08:27:13
View on GitHub
Comments
7
Participants
5
Timeline
10
Reactions
0
Author
Timeline (top)
commented ×7labeled ×1mentioned ×1subscribed ×1

Error Message

❯ ollama run gemma4:26b-nvfp4 pulling manifest Error: pull model manifest: 412: this model requires macOS

Code Example

❯ ollama run gemma4:26b-nvfp4
pulling manifest
Error: pull model manifest: 412: this model requires macOS
RAW_BUFFERClick to expand / collapse

What is the issue?

Metadata on gemma4:26b-nvfp4 seems to be incorrect and it is marked to require MacOS. This must be a mistake since nvfp4 is a Nvidia Blackwell specific feature and no Apple product ships with that. One has to use external GPUs to get Nvidia into Apple world.

Relevant log output

❯ ollama run gemma4:26b-nvfp4
pulling manifest
Error: pull model manifest: 412: this model requires macOS

OS

Windows

GPU

Nvidia

CPU

AMD

Ollama version

0.20.7

extent analysis

TL;DR

The issue can likely be resolved by updating the metadata of the gemma4:26b-nvfp4 model to remove the macOS requirement.

Guidance

  • Verify the metadata of the gemma4:26b-nvfp4 model to confirm that it incorrectly requires macOS.
  • Check the documentation of the ollama tool to see if there is an option to override or ignore the metadata requirements.
  • Consider reaching out to the maintainers of the gemma4:26b-nvfp4 model to report the issue and request an update to the metadata.
  • If possible, try running the model with an external GPU on a non-macOS system to confirm that it works as expected.

Notes

The issue seems to be specific to the metadata of the gemma4:26b-nvfp4 model, and updating this metadata may resolve the issue. However, without more information about the ollama tool and the model, it is difficult to provide a more detailed solution.

Recommendation

Apply workaround: try running the model with an external GPU on a non-macOS system to confirm that it works as expected, while waiting for the metadata to be updated.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING