Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.63 KB

File metadata and controls

53 lines (39 loc) · 1.63 KB

Ollama with Open WebUI on Intel® Discrete GPU

Requirements

Validated Hardware

Prerequisites

Graphics Driver

Software Architecture

Architecture

Figure 1: Software Architecture

Quick Start

1. Install operating system

Install the latest Ubuntu* 22.04 LTS Desktop. Refer to Ubuntu Desktop installation tutorial if needed.

2. Download scripts

This step will download all reference scripts from the repository.

sudo apt install git
git clone https://github.com/intel/edge-developer-kit-reference-scripts

3. Go to specific setup directory

This step will redirect user to the current platform setup directory

cd edge-developer-kit-reference-scripts/usecases/ollama

4. Run setup script

This step will configure the basic setup of the installation. Make sure all of the requirements have been met before proceeding to the next step.

bash ./setup.sh

Installation is completed when you see this message:

✓ Setup Installed

5. Run serve script

This step will initialize and start the Ollama with Open WebUI Server.

bash ./serve.sh

Note: You may press CTRL+C to stop the service.

6. Launch Open WebUI Interface