Spaces:
Runtime error
Runtime error
File size: 250 Bytes
57e3690 |
1 2 3 4 5 6 7 8 9 10 11 |
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}
|