Skip to content

Commit

Permalink
Add missing header for memcpy (#386)
Browse files Browse the repository at this point in the history
fixed: memcpy is not defined
  • Loading branch information
hanoglu committed Mar 22, 2023
1 parent ae44e23 commit d5850c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llama.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <queue>
#include <regex>
#include <cassert>
#include <cstring>

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

0 comments on commit d5850c5

Please sign in to comment.