From 70de05872ed5c91efbd1fe7170216b480c7febc2 Mon Sep 17 00:00:00 2001 From: Matt Curfman Date: Tue, 30 Apr 2024 10:28:06 -0700 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 60506af..7e502aa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # ollama-intel-gpu -Using Ollama for Intel based GPUs is not as straight forward as other natively Ollama supported platforms. As a workaround, this repo provides a quick sample showing the use of Ollama built with support for Intel ARC GPU based from the information provided by the references bellow. +Using Ollama for Intel based GPUs is not as straight forward as other natively Ollama supported platforms. As a workaround, this repo provides a quick sample showing the use of Ollama built with support for Intel ARC GPU based from the information provided by the references bellow. Run the recently released [Meta llama3](https://llama.meta.com/llama3) or [Microsoft phi3](https://news.microsoft.com/source/features/ai/the-phi-3-small-language-models-with-big-potential) models on your local Intel ARC GPU based PC. + +## Screenshot +![screenshot](doc/screenshot.png) # Prerequisites * Ubuntu 23.04 or newer (for Intel ARC GPU kernel driver support)