mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-26 22:30:32 +01:00
43ed389a3f
* llama : use cmake for swift build
* swift : <> -> ""
* ci : remove make
* ci : disable ios build
* Revert "swift : <> -> """
This reverts commit d39ffd9556
.
* ci : try fix ios build
* ci : cont
* ci : cont
---------
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
11 lines
270 B
PkgConfig
11 lines
270 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: llama
|
|
Description: Port of Facebook's LLaMA model in C/C++
|
|
Version: @PROJECT_VERSION@
|
|
Libs: -L${libdir} -lggml -lggml-base -lllama
|
|
Cflags: -I${includedir}
|