| 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} | |
| 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} | |