Minor fixes

This commit is contained in:
Matt Curfman
2025-02-19 15:00:46 -08:00
parent 2fc526511f
commit dd84c202a7
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -10,8 +10,6 @@ RUN apt update && \
wget \ wget \
ocl-icd-libopencl1 ocl-icd-libopencl1
# gnupg \
# Intel GPU compute user-space drivers # Intel GPU compute user-space drivers
RUN mkdir -p /tmp/gpu && \ RUN mkdir -p /tmp/gpu && \
cd /tmp/gpu && \ cd /tmp/gpu && \
+1 -1
View File
@@ -1,6 +1,6 @@
# ollama-intel-gpu # ollama-intel-gpu
This repo illlustrates the use of Ollama with support for Intel ARC GPU based via ipex-llm and Ollama Portable ZIP support. Run the recently released [deepseek-r1](https://github.com/deepseek-ai/DeepSeek-R1) model on your local Intel ARC GPU based PC using Linux This repo illustrates the use of Ollama with support for Intel ARC GPU based via ipex-llm and Ollama Portable ZIP support. Run the recently released [deepseek-r1](https://github.com/deepseek-ai/DeepSeek-R1) model on your local Intel ARC GPU based PC using Linux
## Screenshot ## Screenshot
![screenshot](doc/screenshot.png) ![screenshot](doc/screenshot.png)