Closed
Description
What happened?
Since the commit #8006 GGML is now compiled as Dynamic library (vs static library, before).
I can't find any option to reintroduce the previous mode. There is a GGML_STATIC option into the CMakeLists.txt of the ggml solution but it seems to do nothing.
I there a way to reintroduce static compilation mode?
Thanks a lot!
Loïc
Name and Version
latest.
cmake .. -DGGML_NATIVE=OFF -DLLAMA_BUILD_TESTS=OFF -DLLAMA_BUILD_EXAMPLES=OFF -DLLAMA_BUILD_SERVER=OFF -DBUILD_SHARED_LIBS=ON -DGGML_AVX2=ON -DGGML_AVX512=OFF -DGGML_STATIC=ON
What operating system are you seeing the problem on?
No response
Relevant log output
No response