You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently trying to get my B580 to work with ollama in Docker/Podman. I'm using the latest intelanalytics/ipex-llm-inference-cpp-xpu image on a Fedora 41 host (CPU: AMD Ryzen 5 5600, RAM: 32 GB).
$ uname -a
Linux lab 6.12.7-200.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Dec 27 17:05:33 UTC 2024 x86_64 GNU/Linux
$ lspci -k
0a:00.0 VGA compatible controller: Intel Corporation Battlemage G21 [Intel Graphics]
Subsystem: Intel Corporation Device 1100
Kernel driver in use: xe
Kernel modules: xe
If I set OLLAMA_NUM_GPU=999 as documented (tested with mistral:7b and qwen2.5:14b) I get a SYCL error:
I've also tried different combinations of other parameters (e.g., OLLAMA_NUM_PARALLEL=1) but without any luck. I always get these two errors, depending on the value of OLLAMA_NUM_GPU.
The text was updated successfully, but these errors were encountered:
We have updated the docker image and have verified that this problem has been solved. Please follow this command docker pull intelanalytics/ipex-llm-inference-cpp-xpu:latest to update the image and try again.
I'm currently trying to get my B580 to work with ollama in Docker/Podman. I'm using the latest
intelanalytics/ipex-llm-inference-cpp-xpu
image on a Fedora 41 host (CPU: AMD Ryzen 5 5600, RAM: 32 GB).If I set
OLLAMA_NUM_GPU=999
as documented (tested with mistral:7b and qwen2.5:14b) I get a SYCL error:As suggested here I also tried
OLLAMA_NUM_GPU=1
which results in aillegal instruction
error (although the CPU does support AVX/2):I've also tried different combinations of other parameters (e.g.,
OLLAMA_NUM_PARALLEL=1
) but without any luck. I always get these two errors, depending on the value ofOLLAMA_NUM_GPU
.The text was updated successfully, but these errors were encountered: