Skip to content

Commit

Permalink
Fixed lookup compilation issues on Windows (ggerganov#6273)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesGaessler authored and hodlen committed Apr 1, 2024
1 parent b529a32 commit 3370457
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/ngram-cache.cpp
@@ -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,
Expand Down

0 comments on commit 3370457

Please sign in to comment.