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 made a simple spring boot app with your library on macbook (m3) and it works so easily.
Next, I built a docker image with that and tried to run a container with that but it prints errors like following:
2025-05-03 13:41:04 /tmp/libggml.so: libgomp.so.1: cannot open shared object file: No such file or directory
2025-05-03 13:41:04 Failed to load native library: /tmp/libggml.so. osinfo: Linux/aarch64
I think it's confusion due to the fact that I built the artifact on mac and the container is linux(ubuntu) based.
I tried to find jllama.so somewhere but couldn't.
Do you have any idea how to make this working?
The text was updated successfully, but these errors were encountered:
Hi,
I made a simple spring boot app with your library on macbook (m3) and it works so easily.
Next, I built a docker image with that and tried to run a container with that but it prints errors like following:
I think it's confusion due to the fact that I built the artifact on mac and the container is linux(ubuntu) based.
I tried to find
jllama.so
somewhere but couldn't.Do you have any idea how to make this working?
The text was updated successfully, but these errors were encountered: