[PR #89] [MERGED] Add tutorial: Local LLM Setup with IPEX-LLM on Intel GPU #215

Closed
opened 2026-02-15 17:15:55 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/89
Author: @Oscilloscope98
Created: 6/3/2024
Status: Merged
Merged: 6/3/2024
Merged by: @tjbck

Base: mainHead: ipex-llm


📝 Commits (5)

  • b637d41 Add tutorial draft: Local LLM Setup with IPEX-LLM on Intel GPU
  • 0b0c908 Update for configuration
  • 04ef5b5 typo fix
  • 3bc10aa Merge pull request #2 from Oscilloscope98/ipex-llm-tutorial
  • b4191d9 Small typo fixes

📊 Changes

1 file changed (+38 additions, -0 deletions)

View changed files

docs/tutorial/ipex_llm.md (+38 -0)

📄 Description

IPEX-LLM is a PyTorch library for running LLM on Intel CPU and GPU (e.g., local PC with iGPU, discrete GPU such as Arc A-Series, Flex and Max) with very low latency.

This tutorial demonstrates how to setup Open WebUI with IPEX-LLM accelerated Ollama backend hosted on Intel GPU. By following this guide, you will be able to setup Open WebUI even on a low-cost PC (i.e. only with integrated GPU) with a smooth experience.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/docs/pull/89 **Author:** [@Oscilloscope98](https://github.com/Oscilloscope98) **Created:** 6/3/2024 **Status:** ✅ Merged **Merged:** 6/3/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `ipex-llm` --- ### 📝 Commits (5) - [`b637d41`](https://github.com/open-webui/docs/commit/b637d412e27bb66b2d2083fae5fda45589ebeb24) Add tutorial draft: Local LLM Setup with IPEX-LLM on Intel GPU - [`0b0c908`](https://github.com/open-webui/docs/commit/0b0c908831ef51d409f466dd3327cf2010504a01) Update for configuration - [`04ef5b5`](https://github.com/open-webui/docs/commit/04ef5b5e615625734d2ef777fc14fa619cbca5bc) typo fix - [`3bc10aa`](https://github.com/open-webui/docs/commit/3bc10aab1425a916dd5a1a992bbf4370eb69cea1) Merge pull request #2 from Oscilloscope98/ipex-llm-tutorial - [`b4191d9`](https://github.com/open-webui/docs/commit/b4191d93e3b8fd1b979fabc11f20a220b30cde2d) Small typo fixes ### 📊 Changes **1 file changed** (+38 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `docs/tutorial/ipex_llm.md` (+38 -0) </details> ### 📄 Description [**IPEX-LLM**](https://github.com/intel-analytics/ipex-llm) is a PyTorch library for running LLM on Intel CPU and GPU (e.g., local PC with iGPU, discrete GPU such as Arc A-Series, Flex and Max) with very low latency. This tutorial demonstrates how to setup Open WebUI with **IPEX-LLM accelerated Ollama backend hosted on Intel GPU**. By following this guide, you will be able to setup Open WebUI even on a low-cost PC (i.e. only with integrated GPU) with a smooth experience. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:15:55 -05:00
yindo closed this issue 2026-02-15 17:15:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#215