mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-04-14 18:46:08 +00:00
11 lines
311 B
PkgConfig
11 lines
311 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
|
|
Name: llama
|
|
Description: Port of Facebook's LLaMA model in C/C++
|
|
Version: @LLAMA_INSTALL_VERSION@
|
|
Libs: -L${libdir} -lggml -lggml-base -lllama
|
|
Cflags: -I${includedir}
|