ollama version 0.9.3 with latest docker.io/intelanalytics/ipex-llm-inference-cpp-xpu:latest Docker Image
Describe the bug A clear and concise description of what the bug or error is.
How to reproduce Steps to reproduce the error:
- Install Intel LLM with this Compose
services:
intel-llm:
image: docker.io/intelanalytics/ipex-llm-inference-cpp-xpu:latest
container_name: intel-llm
devices:
- /dev/dri volumes:
- /volume2/docker/chatgpt/models:/root/.ollama/models environment:
- no_proxy=localhost,127.0.0.1
- OLLAMA_HOST=0.0.0.0
- DEVICE=iGPU
- OLLAMA_INTEL_GPU=true
- HOSTNAME=intel-llm
- OLLAMA_NUM_GPU=999
- ZES_ENABLE_SYSMAN=1 restart: unless-stopped command: sh -c 'mkdir -p /llm/ollama && cd /llm/ollama && init-ollama && exec ./ollama serve'
openwebui: image: ghcr.io/open-webui/open-webui:main container_name: openwebui volumes: - /volume2/docker/chatgpt/webui:/app/backend/data ports: - "3000:8080" environment: - OLLAMA_BASE_URL=http://intel-llm:11434 restart: unless-stopped
volumes: models: open-webui: 2. Download gpt-oss Modell 3.In Terminal ./ollama -v 4. ollama version is 0.9.3
Screenshots If applicable, add screenshots to help explain the problem
Environment information If possible, please attach the output of the environment check script, using:
Additional context How can i update ollama to a actual version?* Thanks for help.
Source: intel/ipex-llm