From 99acb7a352599be7f5e03b0c3b447d460203ceb5 Mon Sep 17 00:00:00 2001 From: niansa/tuxifan Date: Wed, 22 Mar 2023 09:50:58 +0100 Subject: [PATCH] Added missing include for memcpy to llama.cpp --- llama.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/llama.cpp b/llama.cpp index fde4d2516..7de3c19c8 100644 --- a/llama.cpp +++ b/llama.cpp @@ -9,6 +9,7 @@ #include #include #include +#include // determine number of model parts based on the dimension static const std::unordered_map LLAMA_N_PARTS = {