diff options
author | Cebtenzzre <cebtenzzre@gmail.com> | 2023-09-18 10:03:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-18 10:03:53 -0400 |
commit | 8781013ef654270cbead3e0011e33a6d690fb168 (patch) | |
tree | 0412c1b4bb2173bcc91e806049cf5d0f1ab2d569 /examples/quantize-stats/quantize-stats.cpp | |
parent | 7ddf185537b712ea0ccbc5f222ee92bed654914e (diff) |
make : restore build-info.h dependency for several targets (#3205)
Diffstat (limited to 'examples/quantize-stats/quantize-stats.cpp')
-rw-r--r-- | examples/quantize-stats/quantize-stats.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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" |