[GH-ISSUE #5250] best performence with which gpu or cpu? for notebook #65322

Closed
opened 2026-05-03 20:34:40 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @olumolu on GitHub (Jun 24, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/5250

Originally assigned to: @dhiltgen on GitHub.

could not find the best performance with ollama tried to run with ollama docker with rcom amd gpu
docker run -d --device /dev/kfd --device /dev/dri -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama:rocm
also with cpu only mode
docker run -d -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama
have 2 systems one laptop with amd 5500U one amd 7540U
what should i use cpu only or use gpu? this 2 systems are notebook does not have dedicated gpu

Originally created by @olumolu on GitHub (Jun 24, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/5250 Originally assigned to: @dhiltgen on GitHub. could not find the best performance with ollama tried to run with ollama docker with rcom amd gpu `docker run -d --device /dev/kfd --device /dev/dri -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama:rocm` also with cpu only mode `docker run -d -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama` have 2 systems one laptop with amd 5500U one amd 7540U what should i use cpu only or use gpu? this 2 systems are notebook does not have dedicated gpu
GiteaMirror added the feature request label 2026-05-03 20:34:40 -05:00
Author
Owner

@dhiltgen commented on GitHub (Jun 25, 2024):

We don't currently support iGPUs - this is tracked via #2637

<!-- gh-comment-id:2189396509 --> @dhiltgen commented on GitHub (Jun 25, 2024): We don't currently support iGPUs - this is tracked via #2637
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#65322