ollama - 💡(How to fix) Fix GGUF models doesnt'work anymore [1 pull requests]

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…

Error Message

failed to create server" model=deepseek-php33-mlx:latest error="error starting llama-server: llama-server binary not found (checked: /opt/homebrew/Cellar/ollama/0.30.0/libexec/lib/ollama/llama-server, /opt/homebrew/Cellar/ollama/0.30.0/libexec/llama-server, /opt/homebrew/Cellar/ollama/0.30.0/lib/ollama/llama-server, /opt/homebrew/Cellar/ollama/0.30.0/libexec/build/lib/ollama/llama-server, /opt/homebrew/Cellar/ollama/0.30.0/libexec/dist/darwin-arm64/lib/ollama/llama-server, /opt/homebrew/Cellar/ollama/0.30.0/libexec/dist/darwin_arm64/lib/ollama/llama-server, /opt/homebrew/Cellar/ollama/0.30.0/libexec/dist/darwin/llama-server, /opt/homebrew/var/build/lib/ollama/llama-server, /opt/homebrew/var/dist/darwin-arm64/lib/ollama/llama-server, /opt/homebrew/var/dist/darwin_arm64/lib/ollama/llama-server, /opt/homebrew/var/dist/darwin/llama-server). Run 'cmake -S llama/server --preset cpu && cmake --build --preset cpu' first "

Fix Action

Fixed

Code Example

failed to create server" model=deepseek-php33-mlx:latest error="error starting llama-server: llama-server binary not found (checked: /opt/homebrew/Cellar/ollama/0.30.0/libexec/lib/ollama/llama-server, /opt/homebrew/Cellar/ollama/0.30.0/libexec/llama-server, /opt/homebrew/Cellar/ollama/0.30.0/lib/ollama/llama-server, /opt/homebrew/Cellar/ollama/0.30.0/libexec/build/lib/ollama/llama-server, /opt/homebrew/Cellar/ollama/0.30.0/libexec/dist/darwin-arm64/lib/ollama/llama-server, /opt/homebrew/Cellar/ollama/0.30.0/libexec/dist/darwin_arm64/lib/ollama/llama-server, /opt/homebrew/Cellar/ollama/0.30.0/libexec/dist/darwin/llama-server, /opt/homebrew/var/build/lib/ollama/llama-server, /opt/homebrew/var/dist/darwin-arm64/lib/ollama/llama-server, /opt/homebrew/var/dist/darwin_arm64/lib/ollama/llama-server, /opt/homebrew/var/dist/darwin/llama-server). Run 'cmake -S llama/server --preset cpu && cmake --build --preset cpu' first "
RAW_BUFFERClick to expand / collapse

What is the issue?

Since Ollama 0.30, some models that previously worked on Ollama 0.24 have stopped functioning. These models include:

  • Gemma4:26b-a4b-it-q8_0
  • Deepseek-php33-mlx:latest
  • Deepseek-coder-v2:16b
  • Mistral-small3.2:24b

However, these models still work:

  • Qwen3.6:35b-a3b-coding-mxfp8
  • Gemma4:26b-mlx

I'm not sure, if this is a homebrew issue or local on my configuration. Hardware: Macbook pro, Apple M4 Max 64GB, macOS-26.4.1-arm64-arm-64bit-Mach-O, ollama installed with homebrew.

Relevant log output

failed to create server" model=deepseek-php33-mlx:latest error="error starting llama-server: llama-server binary not found (checked: /opt/homebrew/Cellar/ollama/0.30.0/libexec/lib/ollama/llama-server, /opt/homebrew/Cellar/ollama/0.30.0/libexec/llama-server, /opt/homebrew/Cellar/ollama/0.30.0/lib/ollama/llama-server, /opt/homebrew/Cellar/ollama/0.30.0/libexec/build/lib/ollama/llama-server, /opt/homebrew/Cellar/ollama/0.30.0/libexec/dist/darwin-arm64/lib/ollama/llama-server, /opt/homebrew/Cellar/ollama/0.30.0/libexec/dist/darwin_arm64/lib/ollama/llama-server, /opt/homebrew/Cellar/ollama/0.30.0/libexec/dist/darwin/llama-server, /opt/homebrew/var/build/lib/ollama/llama-server, /opt/homebrew/var/dist/darwin-arm64/lib/ollama/llama-server, /opt/homebrew/var/dist/darwin_arm64/lib/ollama/llama-server, /opt/homebrew/var/dist/darwin/llama-server). Run 'cmake -S llama/server --preset cpu && cmake --build --preset cpu' first "

OS

macOS

GPU

Apple

CPU

Apple

Ollama version

0.30.0

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