llama.cpp releases · · 1 min read

b9283

Mirrored from llama.cpp releases for archival readability. Support the source by reading on the original site.

cmake : add install() for impl libraries + fix apple builds (#23511)

  • pi : update

  • ci : fix ios build

  • ci : fix andoroid

  • ci : fix apple builds

  • cmake : add install() for impl libraries

Add install(TARGETS LIBRARY) for all -impl libraries that were
changed from STATIC to shared (controlled by BUILD_SHARED_LIBS) in
commit bb28c1f. Without this, cmake --install fails to copy the shared
libraries, causing runtime errors like:

llama-server: error while loading shared libraries: libllama-server-impl.so

Ref: #23494 (comment)

Assisted-by: llama.cpp:local pi

  • ci : fix xcframework build

macOS/iOS:

Linux:

Android:

Windows:

openEuler:

Discussion (0)

Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.

Sign in →

No comments yet. Sign in and be the first to say something.

More from llama.cpp releases