iris / llama.cpp /cmake /llama.pc.in
Mat17892's picture
llamacpp
b664585 verified
raw
history blame contribute delete
250 Bytes
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} -lllama
Cflags: -I${includedir}