summaryrefslogtreecommitdiff
path: root/llama.cpp
diff options
context:
space:
mode:
authorGeorgi Gerganov <ggerganov@gmail.com>2023-04-29 13:48:11 +0300
committerGeorgi Gerganov <ggerganov@gmail.com>2023-04-29 13:48:11 +0300
commit84ca9c2ecf3391d911589d0fe2b483cbfb4b82a6 (patch)
treeed0bd87cd3ad197eb070efdccd1a1c10e3058718 /llama.cpp
parent334637e43e3a0529b4b50e2c22968b1ed1633353 (diff)
examples : fix save-load-state + rename llama-util.h
Diffstat (limited to 'llama.cpp')
-rw-r--r--llama.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llama.cpp b/llama.cpp
index 1032fb9f..dc4bdc53 100644
--- a/llama.cpp
+++ b/llama.cpp
@@ -5,7 +5,7 @@
#include <cstdio>
#endif
-#include "llama_util.h"
+#include "llama-util.h"
#include "llama.h"
#include "ggml.h"
@@ -33,7 +33,6 @@
#define LLAMA_USE_SCRATCH
#define LLAMA_MAX_SCRATCH_BUFFERS 16
-
// available llama models
enum e_model {
MODEL_UNKNOWN,