Added missing include for memcpy to llama.cpp

This commit is contained in:
niansa/tuxifan 2023-03-22 09:50:58 +01:00 committed by GitHub
parent ae44e23ee3
commit 99acb7a352
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = {