fix tools (+3 squashed commit)

Squashed commit:

[95a489ee] fix tools build

[1d3d3451] add accelerate

[2837705c] edit a line
This commit is contained in:
Concedo 2025-04-06 00:18:12 +08:00
parent 11f993ca10
commit 5edbacdd0e
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
#include "ggml.h"
#include "gguf.h"
#include "llama.h"
#include "common.h"
#include "common/common.h"
#include "build-info.h"
#include <algorithm>