Add <cassert>
This commit is contained in:
parent
f9d4a0edcb
commit
90d07b52b0
1 changed files with 1 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue