[GH-ISSUE #13828] Model x/z-image-pro not working on AMD APU #71115

Closed
opened 2026-05-05 00:24:00 -05:00 by GiteaMirror · 4 comments
Owner

Originally created by @PaulMatthieu on GitHub (Jan 21, 2026).
Original GitHub issue: https://github.com/ollama/ollama/issues/13828

What is the issue?

This model: https://ollama.com/x/z-image-turbo

which ollama recently announced as part of the library, doesn't seem to work on an AMD Ryzen AI MAX+ 395, because it seemingly tries to load a CUDA library

I tried both ollama run x/z-image-turbo:bf16 and ollama run x/z-image-turbo

I fully understand those are experimental so I wasn't expecting everything to be smooth but the limitation should be written in the model's documentation I think?

Relevant log output

Jan 21 23:00:41 computer-3 ollama[41718]: time=2026-01-21T23:00:41.054+01:00 level=INFO source=server.go:149 msg="starting ollama-mlx image runner subprocess" exe=/usr/local/bin/ollama-mlx model=x/z-image-turbo:bf16 port=35259
Jan 21 23:00:41 computer-3 ollama[41718]: time=2026-01-21T23:00:41.054+01:00 level=INFO source=server.go:320 msg="stopping image runner subprocess" pid=46665
Jan 21 23:00:41 computer-3 ollama[41718]: time=2026-01-21T23:00:41.054+01:00 level=WARN source=server.go:141 msg=image-runner msg="/usr/local/bin/ollama-mlx: error while loading shared libraries: libcuda.so.1: cannot open shared object file: No such file or directory"
Jan 21 23:00:46 computer-3 ollama[41718]: [GIN] 2026/01/21 - 23:00:46 | 500 |  5.009672662s |       127.0.0.1 | POST     "/api/generate"

OS

Linux

GPU

AMD

CPU

AMD

Ollama version

0.14.2

Originally created by @PaulMatthieu on GitHub (Jan 21, 2026). Original GitHub issue: https://github.com/ollama/ollama/issues/13828 ### What is the issue? This model: https://ollama.com/x/z-image-turbo which ollama recently announced as part of the library, doesn't seem to work on an AMD Ryzen AI MAX+ 395, because it seemingly tries to load a CUDA library I tried both `ollama run x/z-image-turbo:bf16` and `ollama run x/z-image-turbo` I fully understand those are experimental so I wasn't expecting everything to be smooth but the limitation should be written in the model's documentation I think? ### Relevant log output ```shell Jan 21 23:00:41 computer-3 ollama[41718]: time=2026-01-21T23:00:41.054+01:00 level=INFO source=server.go:149 msg="starting ollama-mlx image runner subprocess" exe=/usr/local/bin/ollama-mlx model=x/z-image-turbo:bf16 port=35259 Jan 21 23:00:41 computer-3 ollama[41718]: time=2026-01-21T23:00:41.054+01:00 level=INFO source=server.go:320 msg="stopping image runner subprocess" pid=46665 Jan 21 23:00:41 computer-3 ollama[41718]: time=2026-01-21T23:00:41.054+01:00 level=WARN source=server.go:141 msg=image-runner msg="/usr/local/bin/ollama-mlx: error while loading shared libraries: libcuda.so.1: cannot open shared object file: No such file or directory" Jan 21 23:00:46 computer-3 ollama[41718]: [GIN] 2026/01/21 - 23:00:46 | 500 | 5.009672662s | 127.0.0.1 | POST "/api/generate" ``` ### OS Linux ### GPU AMD ### CPU AMD ### Ollama version 0.14.2
GiteaMirror added the bug label 2026-05-05 00:24:00 -05:00
Author
Owner

@PaulMatthieu commented on GitHub (Jan 21, 2026):

seems to be the same for x/flux2-klein:9b

<!-- gh-comment-id:3781437878 --> @PaulMatthieu commented on GitHub (Jan 21, 2026): seems to be the same for x/flux2-klein:9b
Author
Owner

@rick-github commented on GitHub (Jan 21, 2026):

Linux is not supported yet.

<!-- gh-comment-id:3781583680 --> @rick-github commented on GitHub (Jan 21, 2026): [Linux is not supported yet.](https://github.com/ollama/ollama/releases/tag/v0.14.3)
Author
Owner

@mchiang0610 commented on GitHub (Jan 22, 2026):

hey @PaulMatthieu - so sorry about this. During the announcement of this, we are doing experimental image generation on macOS only as we build support across Windows and Linux for different hardware.

https://ollama.com/blog/image-generation

<!-- gh-comment-id:3786218588 --> @mchiang0610 commented on GitHub (Jan 22, 2026): hey @PaulMatthieu - so sorry about this. During the announcement of this, we are doing experimental image generation on macOS only as we build support across Windows and Linux for different hardware. https://ollama.com/blog/image-generation
Author
Owner

@PaulMatthieu commented on GitHub (Jan 22, 2026):

My bad for missing part of the announcement

Keep up the good work!

<!-- gh-comment-id:3786235038 --> @PaulMatthieu commented on GitHub (Jan 22, 2026): My bad for missing part of the announcement Keep up the good work!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#71115