iris / llama.cpp /common /build-info.cpp.in
Mat17892's picture
llamacpp
b664585 verified
raw
history blame contribute delete
186 Bytes
int LLAMA_BUILD_NUMBER = @BUILD_NUMBER@;
char const *LLAMA_COMMIT = "@BUILD_COMMIT@";
char const *LLAMA_COMPILER = "@BUILD_COMPILER@";
char const *LLAMA_BUILD_TARGET = "@BUILD_TARGET@";