Fixed lookup compilation issues on Windows (#6273)

This commit is contained in:
Johannes Gäßler 2024-03-24 14:21:17 +01:00 committed by GitHub
parent ea279d5609
commit 7aed0ffe68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

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