summaryrefslogtreecommitdiff
path: root/examples/server/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/server/server.cpp')
-rw-r--r--examples/server/server.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/server/server.cpp b/examples/server/server.cpp
index 84b04d5a..fd755327 100644
--- a/examples/server/server.cpp
+++ b/examples/server/server.cpp
@@ -1,6 +1,5 @@
#include "common.h"
#include "llama.h"
-#include "build-info.h"
#include "grammar-parser.h"
#include "../llava/clip.h"
@@ -2264,8 +2263,8 @@ int main(int argc, char **argv)
llama_backend_init(params.numa);
- LOG_INFO("build info", {{"build", BUILD_NUMBER},
- {"commit", BUILD_COMMIT}});
+ LOG_INFO("build info", {{"build", LLAMA_BUILD_NUMBER},
+ {"commit", LLAMA_COMMIT}});
LOG_INFO("system info", {
{"n_threads", params.n_threads},