summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/benchmark/benchmark-matmult.cpp1
-rw-r--r--examples/embd-input/embd-input-lib.cpp1
-rw-r--r--examples/embedding/embedding.cpp1
-rw-r--r--examples/perplexity/perplexity.cpp1
-rw-r--r--examples/quantize-stats/quantize-stats.cpp1
-rw-r--r--examples/quantize/quantize.cpp1
-rw-r--r--examples/save-load-state/save-load-state.cpp1
7 files changed, 7 insertions, 0 deletions
diff --git a/examples/benchmark/benchmark-matmult.cpp b/examples/benchmark/benchmark-matmult.cpp
index 561309ac..b16ad24d 100644
--- a/examples/benchmark/benchmark-matmult.cpp
+++ b/examples/benchmark/benchmark-matmult.cpp
@@ -1,3 +1,4 @@
+#include "build-info.h"
#include "common.h"
#include "ggml.h"
diff --git a/examples/embd-input/embd-input-lib.cpp b/examples/embd-input/embd-input-lib.cpp
index fc6e44eb..c995eef3 100644
--- a/examples/embd-input/embd-input-lib.cpp
+++ b/examples/embd-input/embd-input-lib.cpp
@@ -1,3 +1,4 @@
+#include "build-info.h"
#include "common.h"
#include "embd-input.h"
diff --git a/examples/embedding/embedding.cpp b/examples/embedding/embedding.cpp
index 0788f362..27d605f4 100644
--- a/examples/embedding/embedding.cpp
+++ b/examples/embedding/embedding.cpp
@@ -1,3 +1,4 @@
+#include "build-info.h"
#include "common.h"
#include "llama.h"
diff --git a/examples/perplexity/perplexity.cpp b/examples/perplexity/perplexity.cpp
index 4958cdfb..2b375e34 100644
--- a/examples/perplexity/perplexity.cpp
+++ b/examples/perplexity/perplexity.cpp
@@ -1,3 +1,4 @@
+#include "build-info.h"
#include "common.h"
#include "llama.h"
diff --git a/examples/quantize-stats/quantize-stats.cpp b/examples/quantize-stats/quantize-stats.cpp
index 9f930ded..94edb94d 100644
--- a/examples/quantize-stats/quantize-stats.cpp
+++ b/examples/quantize-stats/quantize-stats.cpp
@@ -1,4 +1,5 @@
#define LLAMA_API_INTERNAL
+#include "build-info.h"
#include "common.h"
#include "ggml.h"
#include "llama.h"
diff --git a/examples/quantize/quantize.cpp b/examples/quantize/quantize.cpp
index acb79e69..1c1d957e 100644
--- a/examples/quantize/quantize.cpp
+++ b/examples/quantize/quantize.cpp
@@ -1,3 +1,4 @@
+#include "build-info.h"
#include "common.h"
#include "llama.h"
diff --git a/examples/save-load-state/save-load-state.cpp b/examples/save-load-state/save-load-state.cpp
index eac30790..95527bb8 100644
--- a/examples/save-load-state/save-load-state.cpp
+++ b/examples/save-load-state/save-load-state.cpp
@@ -1,3 +1,4 @@
+#include "build-info.h"
#include "common.h"
#include "llama.h"