fixed a missing header

This commit is contained in:
Concedo 2026-07-01 20:30:25 +08:00
parent 4790b912c7
commit e2de771b2a

View file

@ -33,6 +33,10 @@
#include "utils.h"
#include "llmutils.h"
#ifdef GGML_USE_CUDA
# include "ggml-cuda.h"
#endif
#include "llama_v2.cpp"
#include "llama_v3.cpp"
#include "gptj_v1.cpp"