[GH-ISSUE #7087] I would like to able to download, extract and run Ollama on an Intel GPU #30259

Closed
opened 2026-04-22 09:47:09 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @xiangyang-95 on GitHub (Oct 3, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/7087

In order to use Ollama easily on Intel discrete GPU, I would like to able to download the ollama binary that is built with Intel OneAPI SYCL runtime directly.

Example:

curl -L https://ollama.com/download/ollama-linux-amd64-sycl.tgz -o ollama-linux-amd64-sycl.tgz
sudo tar -C /usr -xzf ollama-linux-amd64-sycl.tgz

I am willing to contribute this feature if needed.

Originally created by @xiangyang-95 on GitHub (Oct 3, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/7087 In order to use Ollama easily on Intel discrete GPU, I would like to able to download the ollama binary that is built with Intel OneAPI SYCL runtime directly. Example: ``` curl -L https://ollama.com/download/ollama-linux-amd64-sycl.tgz -o ollama-linux-amd64-sycl.tgz sudo tar -C /usr -xzf ollama-linux-amd64-sycl.tgz ``` I am willing to contribute this feature if needed.
GiteaMirror added the intelfeature request labels 2026-04-22 09:47:09 -05:00
Author
Owner

@dhiltgen commented on GitHub (Oct 3, 2024):

Intel discrete GPUs is being tracked via #1590

<!-- gh-comment-id:2391812833 --> @dhiltgen commented on GitHub (Oct 3, 2024): Intel discrete GPUs is being tracked via #1590
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#30259