Skip to content

Commit 3370457

Browse files
JohannesGaesslerhodlen
authored andcommitted
Fixed lookup compilation issues on Windows (ggml-org#6273)
1 parent b529a32 commit 3370457

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)