Describe the bug
hello, i don't know id it's a bug or i missed something, but on a clean installation of ubuntu 24.04, i get an error with shared libraries, i tried to install locally downloading the zip as decribed in the documentation, but i get:
WARN llama_cpp_server::supervisor: crates/llama-cpp-server/src/supervisor.rs:108: <embedding>: /home/administrator/dist/tabby_x86_64-manylinux2014/llama-server: error while loading shared libraries: libgomp.so.1: cannot open shared object file: No such file or directory
so i tried to go down the docker route, but a similar problem appear but with a different shared library:
WARN llama_cpp_server::supervisor: crates/llama-cpp-server/src/supervisor.rs:111: <embedding>: /opt/tabby/bin/llama-server: error while loading shared libraries: libcuda.so.1: cannot open shared object file: No such file or directory i found another issue opened that suggest to use v0.13.1 but it seems that the same problem is present
Information about your version
v0.15.0
Information about your GPU
CPU Only
Describe the bug
hello, i don't know id it's a bug or i missed something, but on a clean installation of ubuntu 24.04, i get an error with shared libraries, i tried to install locally downloading the zip as decribed in the documentation, but i get:
WARN llama_cpp_server::supervisor: crates/llama-cpp-server/src/supervisor.rs:108: <embedding>: /home/administrator/dist/tabby_x86_64-manylinux2014/llama-server: error while loading shared libraries: libgomp.so.1: cannot open shared object file: No such file or directoryso i tried to go down the docker route, but a similar problem appear but with a different shared library:
WARN llama_cpp_server::supervisor: crates/llama-cpp-server/src/supervisor.rs:111: <embedding>: /opt/tabby/bin/llama-server: error while loading shared libraries: libcuda.so.1: cannot open shared object file: No such file or directoryi found another issue opened that suggest to use v0.13.1 but it seems that the same problem is presentInformation about your version
v0.15.0
Information about your GPU
CPU Only