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
Hi guys, when I try to execute ollama it gives me this error:
(llm_env) root@Ollama:/home/gcesano/llama-cpp# ./ollama serve ./ollama: error while loading shared libraries: libsycl.so.7: cannot open shared object file: No such file or directory
I think that IPEX-LLM supports the old version of this library "libsycl.so.x", because, if I list my intel oneapi libraries I can find only the new version .8:
Hi guys, when I try to execute ollama it gives me this error:
(llm_env) root@Ollama:/home/gcesano/llama-cpp# ./ollama serve ./ollama: error while loading shared libraries: libsycl.so.7: cannot open shared object file: No such file or directory
I think that IPEX-LLM supports the old version of this library "libsycl.so.x", because, if I list my intel oneapi libraries I can find only the new version .8:
**
lrwxrwxrwx 1 root root 14 5 dic 15.19 libsycl.so -> ./libsycl.so.8 lrwxrwxrwx 1 root root 18 5 dic 15.19 libsycl.so.8 -> ./libsycl.so.8.0.0 -rwxr-xr-x 1 root root 4559928 5 dic 11.18 libsycl.so.8.0.0** -rwxr-xr-x 1 root root 41806 5 dic 11.18 libsycl.so.8.0.0-gdb.py -rwxr-xr-x 1 root root 235208 5 dic 11.18 libsycl_ur_trace_collector.so lrwxrwxrwx 1 root root 39 5 dic 15.32 libtcm_debug.so -> ../../../tcm/latest/lib/li
Am I missing something?
The text was updated successfully, but these errors were encountered: