ollama - 💡(How to fix) Fix qwen3.5 nvfp4 models say "this model requires macOS" [2 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

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#15149Fetched 2026-04-08 01:52:59
View on GitHub
Comments
2
Participants
2
Timeline
5
Reactions
0
Author
Participants
Timeline (top)
commented ×2closed ×1labeled ×1marked_as_duplicate ×1

Error Message

$ ollama pull qwen3.5:9b-nvfp4 pulling manifest Error: pull model manifest: 412: this model requires macOS

Code Example

$ ollama pull qwen3.5:9b-nvfp4
pulling manifest 
Error: pull model manifest: 412: this model requires macOS

---

$ ollama pull qwen3.5:35b-a3b-nvfp4
pulling manifest 
Error: pull model manifest: 412: this model requires macOS

---
RAW_BUFFERClick to expand / collapse

What is the issue?

$ ollama pull qwen3.5:9b-nvfp4
pulling manifest 
Error: pull model manifest: 412: this model requires macOS
$ ollama pull qwen3.5:35b-a3b-nvfp4
pulling manifest 
Error: pull model manifest: 412: this model requires macOS

I have a 5060 TI 16gb.

Relevant log output

OS

Linux

GPU

Nvidia

CPU

Intel

Ollama version

0.19.0

extent analysis

Fix Plan

The fix is to modify the Ollama configuration to allow model pulling on Linux.

  • Check the Ollama documentation for any specific configuration options related to model pulling on non-macOS systems.
  • Update the Ollama configuration file to include the following:
model_pulling:
  allow_non_macos: true

Alternatively, you can try setting an environment variable before running the ollama pull command:

export OLLAMA_ALLOW_NON_MACOS=true
ollama pull qwen3.5:9b-nvfp4
  • If the above steps do not work, try updating Ollama to the latest version.

Verification

To verify that the fix worked, run the ollama pull command again and check for any error messages.

Extra Tips

  • Make sure your GPU and CPU meet the minimum requirements for the model you are trying to pull.
  • Check the Ollama documentation for any known issues or limitations related to model pulling on Linux systems.

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