Skip to content

Commit 7aed0ff

Browse files
Fixed lookup compilation issues on Windows (#6273)
1 parent ea279d5 commit 7aed0ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common/ngram-cache.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#include "ngram-cache.h"
2+
#include "common.h"
23
#include "log.h"
34

5+
#include <cstdint>
46
#include <fstream>
57

68
void llama_ngram_cache_update(llama_ngram_cache & ngram_cache, int ngram_min, int ngram_max,

0 commit comments

Comments
 (0)