flask-llama / llama.cpp /common /build-info.cpp.in
YZ-TAN's picture
Upload 2821 files
5a29263 verified
raw
history blame
190 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@";