Add missing header for memcpy (#386)

fixed: memcpy is not defined
pull/389/head master-d5850c5
Yusuf Kağan Hanoğlu 1 year ago committed by GitHub
parent ae44e23ee3
commit d5850c53ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save