[GH-ISSUE #4099] Please support gfx1103 in rocm docker image #2547

Closed
opened 2026-04-12 12:52:18 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @LaurentBonnaud on GitHub (May 2, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/4099

Originally assigned to: @dhiltgen on GitHub.

Hi,
my laptop has this SoC:

$ lscpu
[...]
Model name:             AMD Ryzen 7 PRO 7840U w/ Radeon 780M Graphics
$ rocminfo 
[...]
*******                  
Agent 2                  
*******                  
  Name:                    gfx1103                            
  Uuid:                    GPU-XX                             
  Marketing Name:          AMD Radeon Graphics       

Unfortunately, ollama does not support it yet:

$ docker run -ti --device /dev/kfd --device /dev/dri -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama:rocm
[...]
time=2024-05-02T12:17:01.881Z level=INFO source=routes.go:1143 msg="Listening on [::]:11434 (version 0.1.32)"
[...]
time=2024-05-02T12:17:03.655Z level=INFO source=amd_linux.go:88 msg="detected amdgpu versions [gfx1103]"
time=2024-05-02T12:17:03.657Z level=WARN source=amd_linux.go:116 msg="amdgpu [0] gfx1103 is not supported by /tmp/ollama2145067703/rocm [gfx1030 gfx1100 gfx1101 gfx1102 gfx900 gfx906 gfx908 gfx90a gfx940 gfx941 gfx942]"

Originally created by @LaurentBonnaud on GitHub (May 2, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/4099 Originally assigned to: @dhiltgen on GitHub. Hi, my laptop has this SoC: ``` $ lscpu [...] Model name: AMD Ryzen 7 PRO 7840U w/ Radeon 780M Graphics ``` ``` $ rocminfo [...] ******* Agent 2 ******* Name: gfx1103 Uuid: GPU-XX Marketing Name: AMD Radeon Graphics ``` Unfortunately, ollama does not support it yet: ``` $ docker run -ti --device /dev/kfd --device /dev/dri -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama:rocm [...] time=2024-05-02T12:17:01.881Z level=INFO source=routes.go:1143 msg="Listening on [::]:11434 (version 0.1.32)" [...] time=2024-05-02T12:17:03.655Z level=INFO source=amd_linux.go:88 msg="detected amdgpu versions [gfx1103]" time=2024-05-02T12:17:03.657Z level=WARN source=amd_linux.go:116 msg="amdgpu [0] gfx1103 is not supported by /tmp/ollama2145067703/rocm [gfx1030 gfx1100 gfx1101 gfx1102 gfx900 gfx906 gfx908 gfx90a gfx940 gfx941 gfx942]" ```
GiteaMirror added the feature request label 2026-04-12 12:52:18 -05:00
Author
Owner

@dhiltgen commented on GitHub (May 2, 2024):

Have you tried the override?

<!-- gh-comment-id:2091070192 --> @dhiltgen commented on GitHub (May 2, 2024): Have you tried the [override](https://github.com/ollama/ollama/blob/main/docs/gpu.md#overrides)?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#2547