Replies: 1 comment
-
|
and can I get rid of the symlinks? Why is this made so overly complex? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have built this in the past on linux and just got .so files and that seemed very simple.
Now when I build I get all this weirdness:
libggml-base.so libggml.so.0.9.4-dirty
libggml-base.so.0 libggml-vulkan.so
libggml-base.so.0.9.4-dirty libggml-vulkan.so.0
libggml-cpu.so libggml-vulkan.so.0.9.4-dirty
libggml-cpu.so.0 libllama.so
libggml-cpu.so.0.9.4-dirty libllama.so.0
libggml.so libllama.so.0.0.1
libggml.so.0
Why did this change? Do I need to bundle all this with my app now?
Is there a compile flag to get just simple .so files as output?
Beta Was this translation helpful? Give feedback.
All reactions