Felipe97/llama-cpp-compiled
01.1k
1prefix=@CMAKE_INSTALL_PREFIX@2exec_prefix=@CMAKE_INSTALL_PREFIX@3libdir=@CMAKE_INSTALL_FULL_LIBDIR@4includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@5 6Name: llama7Description: Port of Facebook's LLaMA model in C/C++8Version: @LLAMA_VERSION@9Libs: -L${libdir} -lggml -lggml-base -lllama10Cflags: -I${includedir}11 