Fixed lookup compilation issues on Windows

This commit is contained in:
Johannes Gäßler 2024-03-24 09:38:37 +01:00
parent ddf6568510
commit cbac91b7cf

View file

@ -1,6 +1,8 @@
#include "ngram-cache.h" #include "ngram-cache.h"
#include "common.h"
#include "log.h" #include "log.h"
#include <cstdint>
#include <fstream> #include <fstream>
void llama_ngram_cache_update(llama_ngram_cache & ngram_cache, int ngram_min, int ngram_max, void llama_ngram_cache_update(llama_ngram_cache & ngram_cache, int ngram_min, int ngram_max,