ollama - 💡(How to fix) Fix Both `qwen3.5:35b-a3b-coding-bf16` and `qwen3.6:35b-a3b-coding-bf16` are labeled as non-MLX, yet they are meant for macOS only [1 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#15669Fetched 2026-04-19 15:04:31
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Timeline (top)
renamed ×2commented ×1labeled ×1referenced ×1

Error Message

linux:$ ollama pull qwen3.6:35b-a3b-coding-bf16 pulling manifest Error: pull model manifest: 412: this model requires macOS linux:$ ollama pull qwen3.5:35b-a3b-coding-bf16 pulling manifest Error: pull model manifest: 412: this model requires macOS

Code Example

linux:~$ ollama pull qwen3.6:35b-a3b-coding-bf16
pulling manifest 
Error: pull model manifest: 412: this model requires macOS
linux:~$ ollama pull qwen3.5:35b-a3b-coding-bf16
pulling manifest 
Error: pull model manifest: 412: this model requires macOS
RAW_BUFFERClick to expand / collapse

What is the issue?

Can download neither qwen3.5:35b-a3b-coding-bf16 nor qwen3.6:35b-a3b-coding-bf16 models, as they are MLX.

Related to #15141

Relevant log output

linux:~$ ollama pull qwen3.6:35b-a3b-coding-bf16
pulling manifest 
Error: pull model manifest: 412: this model requires macOS
linux:~$ ollama pull qwen3.5:35b-a3b-coding-bf16
pulling manifest 
Error: pull model manifest: 412: this model requires macOS

OS

Linux

GPU

Nvidia

CPU

AMD

Ollama version

0.21.0

extent analysis

TL;DR

The issue can likely be resolved by using a macOS system to download the models, as they are specifically required to run on macOS.

Guidance

  • The error message indicates that the models qwen3.5:35b-a3b-coding-bf16 and qwen3.6:35b-a3b-coding-bf16 require macOS to run, which suggests a compatibility issue with the current Linux system.
  • To verify the issue, try running the ollama pull command on a macOS system to see if the models can be downloaded successfully.
  • As a potential workaround, consider using a virtual machine or a cloud service that provides macOS environments to download the models.
  • Check the related issue #15141 for any additional information or potential fixes.

Notes

The provided information does not specify whether there are any plans to make the models compatible with Linux systems, so using a macOS system or a workaround may be the only current solution.

Recommendation

Apply workaround: Use a macOS system or a virtual machine/cloud service with macOS to download the models, as the current error message suggests that macOS is required.

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