Skip to content

Commit d5850c5

Browse files
authored
Add missing header for memcpy (#386)
fixed: memcpy is not defined
1 parent ae44e23 commit d5850c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llama.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <queue>
1010
#include <regex>
1111
#include <cassert>
12+
#include <cstring>
1213

1314
// determine number of model parts based on the dimension
1415
static const std::unordered_map<int, int> LLAMA_N_PARTS = {

0 commit comments

Comments
 (0)