add gguf split to tools

This commit is contained in:
Concedo 2024-04-11 19:28:22 +08:00
parent bf320dca90
commit dd10a51ab6
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,6 @@
#include "llama.h"
#include "common.h"
#include "build-info.h"
#include <algorithm>
#include <cmath>