llama : use cmake for swift build

This commit is contained in:
slaren 2024-11-26 19:25:44 +01:00 committed by Georgi Gerganov
parent d9c3ba2b77
commit 47844dc232
No known key found for this signature in database
GPG key ID: 449E073F9DC10735
5 changed files with 55 additions and 106 deletions

View file

@ -6,5 +6,5 @@ includedir=${prefix}/include
Name: llama
Description: Port of Facebook's LLaMA model in C/C++
Version: @PROJECT_VERSION@
Libs: -L${libdir} -lllama
Libs: -L${libdir} -lggml -lggml-base -lllama
Cflags: -I${includedir}