Add <cassert>

This commit is contained in:
Georgi Gerganov 2023-03-21 22:44:03 +02:00
parent f9d4a0edcb
commit 90d07b52b0
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -8,6 +8,7 @@
#include <unordered_map>
#include <queue>
#include <regex>
#include <cassert>
// determine number of model parts based on the dimension
static const std::unordered_map<int, int> LLAMA_N_PARTS = {