summaryrefslogtreecommitdiff
path: root/llama.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llama.cpp')
-rw-r--r--llama.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llama.cpp b/llama.cpp
index d7126f45..1adeee5f 100644
--- a/llama.cpp
+++ b/llama.cpp
@@ -315,7 +315,6 @@ void * mmap_file(const char* fname) {
#endif
}
-
static bool llama_model_load(
const std::string & fname,
llama_context & lctx,
@@ -489,8 +488,6 @@ static bool llama_model_load(
}
}
-
-
auto & ctx = model.ctx;
size_t ctx_size = 0;