iris / llama.cpp /build /llama.pc
Mat17892's picture
llamacpp
b664585 verified
raw
history blame contribute delete
221 Bytes
prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: llama
Description: Port of Facebook's LLaMA model in C/C++
Version:
Libs: -L${libdir} -lllama
Cflags: -I${includedir}