aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index d28fc91..2f47480 100644
--- a/main.cpp
+++ b/main.cpp
@@ -529,7 +529,7 @@ bool llama_eval(
const int d_key = n_embd/n_head;
- static size_t buf_size = 256u*1024*1024;
+ static size_t buf_size = 512u*1024*1024;
static void * buf = malloc(buf_size);
if (mem_per_token > 0 && mem_per_token*N > buf_size) {