chore: update gitattributes (#8860)

* chore: update gitattributes
* chore: add build info source
This commit is contained in:
Michael Yang
2025-02-05 16:37:18 -08:00
committed by GitHub
parent 451c1596af
commit 5b446cc815
6 changed files with 15 additions and 80 deletions

2
llama/build-info.cpp generated vendored
View File

@@ -1,4 +1,4 @@
int LLAMA_BUILD_NUMBER = 0;
char const *LLAMA_COMMIT = "ba1cb19cdd0d92e012e0f6e009e0620f854b6afd";
char const *LLAMA_COMMIT = "46e3556e01b824e52395fb050b29804b6cff2a7c";
char const *LLAMA_COMPILER = "";
char const *LLAMA_BUILD_TARGET = "";