ollama - 💡(How to fix) Fix Ollama update: AMD driver package not installed, unable to utilize AMD GPU. [3 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#15380Fetched 2026-04-08 03:01:24
View on GitHub
Comments
3
Participants
2
Timeline
5
Reactions
0
Participants
Timeline (top)
commented ×3closed ×1labeled ×1

Code Example

(base) root@kittyzero:~# ollama list
NAME              ID              SIZE      MODIFIED    
qwen3.5:latest    6488c96fa5fa    6.6 GB    11 days ago    
qwen3.5:9b        6488c96fa5fa    6.6 GB    11 days ago    
(base) root@kittyzero:~# ollama run qwen3.5:latest
>>> Send a message (/? for help)




(base) root@kittyzero:~# ollama ps
NAME              ID              SIZE      PROCESSOR    CONTEXT    UNTIL              
qwen3.5:latest    6488c96fa5fa    9.9 GB    100% GPU     32768      2 minutes from now    
(base) root@kittyzero:~#
RAW_BUFFERClick to expand / collapse

What is the issue?

Ollama update: AMD driver package not installed, unable to utilize AMD GPU.

7900xtx

Relevant log output

(base) root@kittyzero:~# ollama list
NAME              ID              SIZE      MODIFIED    
qwen3.5:latest    6488c96fa5fa    6.6 GB    11 days ago    
qwen3.5:9b        6488c96fa5fa    6.6 GB    11 days ago    
(base) root@kittyzero:~# ollama run qwen3.5:latest
>>> Send a message (/? for help)




(base) root@kittyzero:~# ollama ps
NAME              ID              SIZE      PROCESSOR    CONTEXT    UNTIL              
qwen3.5:latest    6488c96fa5fa    9.9 GB    100% GPU     32768      2 minutes from now    
(base) root@kittyzero:~#

OS

Windows, Linux

GPU

AMD

CPU

Intel

Ollama version

0.20.2

extent analysis

TL;DR

Install the AMD driver package to utilize the AMD GPU with Ollama.

Guidance

  • Verify that the AMD driver package is compatible with the Ollama version 0.20.2 and the specific AMD GPU model (7900xtx).
  • Check the Ollama documentation for specific instructions on installing the AMD driver package.
  • Ensure that the GPU is properly recognized by the system and that there are no other system-level issues preventing the GPU from being utilized.
  • Consider checking for any updates to Ollama or the AMD driver package that may resolve the issue.

Notes

The issue seems to be specific to the AMD GPU and the Ollama version, so any solution may depend on the specifics of these components.

Recommendation

Apply workaround: Install the AMD driver package, as this is the most direct solution to the issue described.

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