[GH-ISSUE #11103] 0.9.1 breaks some models #7324

Closed
opened 2026-04-12 19:22:25 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @rick-github on GitHub (Jun 17, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/11103

What is the issue?

When loading, the following models fail with Error: "model" does not support generate

alfred
codebooga
codellama
codeup
meditron
mistrallite
nous-hermes
open-orca-platypus2
orca2

They load successfully in 0.9.0

Relevant log output


OS

Linux, Docker

GPU

Nvidia

CPU

Intel

Ollama version

0.9.1

Originally created by @rick-github on GitHub (Jun 17, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/11103 ### What is the issue? When loading, the following models fail with `Error: "model" does not support generate` alfred codebooga codellama codeup meditron mistrallite nous-hermes open-orca-platypus2 orca2 They load successfully in 0.9.0 ### Relevant log output ```shell ``` ### OS Linux, Docker ### GPU Nvidia ### CPU Intel ### Ollama version 0.9.1
GiteaMirror added the bug label 2026-04-12 19:22:25 -05:00
Author
Owner

@mcfr4g commented on GitHub (Jun 18, 2025):

Having same issue on macOS 15.5
Downgraded to 0.9.0 and all is well for now

<!-- gh-comment-id:2983586463 --> @mcfr4g commented on GitHub (Jun 18, 2025): Having same issue on macOS 15.5 Downgraded to 0.9.0 and all is well for now
Author
Owner

@rick-github commented on GitHub (Jun 18, 2025):

$ ollama run alfred
Error: "alfred" does not support generate
ollama  | time=2025-06-18T10:39:24.085Z level=ERROR source=images.go:90 msg="couldn't open model file" error="unsupported version 2"
ollama  | [GIN] 2025/06/18 - 10:39:24 | 400 |   46.350139ms |      172.21.0.1 | POST     "/api/generate"
<!-- gh-comment-id:2983672363 --> @rick-github commented on GitHub (Jun 18, 2025): ```console $ ollama run alfred Error: "alfred" does not support generate ``` ``` ollama | time=2025-06-18T10:39:24.085Z level=ERROR source=images.go:90 msg="couldn't open model file" error="unsupported version 2" ollama | [GIN] 2025/06/18 - 10:39:24 | 400 | 46.350139ms | 172.21.0.1 | POST "/api/generate" ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#7324