mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-02 02:51:17 +02:00
fixed a missing header
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user