-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ollama can't run on 9th gen intel CPU or older, please use a newer version of Ollama #12844
Comments
We don't have the similar machine like yours. Could you try llama-cpp first? https://github.com/intel/ipex-llm/blob/main/docs/mddocs/Quickstart/llama_cpp_quickstart.md |
Fixed the issue by downloading the latest ollama release and copying over libollama-ggml-base.so into the directory and overwriting the correct libollama-ggml-cpu.so for the requisite cpu platform. |
Hello, can you elaborate a bit more on this? I tried copying |
@JKlesmith do you mean using |
I moved /lib/ollama/libggml-base.so right into the same directory as IPEX (did not change the name of this one). Then overwrote libollama-ggml-cpu.so with /lib/ollama/libggml-cpu-skylakex.so (I used skylake since I'm on a Xeon 61XX platform). I did not modify libollama-ggml-base.so. I used the tgz file that @qiuxin2012 linked to (the v0.5.11 release). It's working that it doesn't give a SIGILL: illegal instruction error anymore. But I haven't validated if it's using all of the IPEX optimizations. |
@JKlesmith Thank you so much! By the way, any idea why mixing the *.so files from two different releases can actually work? |
@qiuxin2012 I tried following the llama-cpp guide, but I run into this error:
|
Hello!
I am trying to run Ollama using 2x Intel Arc B580 running in a server with an i7-9700k, but it seems like it can't run with IPEX as the CPU is "Too old". I reported this issue to the Ollama project, and I was directed to submit it here as well. This is the issue I submitted at Ollama: ollama/ollama#9176
Would it be possible to update Ollama version to 0.5.8 or higher?
The text was updated successfully, but these errors were encountered: