Build Error Fixed
fixed: memcpy is not defined
This commit is contained in:
parent
ae44e23ee3
commit
23e75fbae9
1 changed files with 1 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue