We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b529a32 commit 3370457Copy full SHA for 3370457
common/ngram-cache.cpp
@@ -1,6 +1,8 @@
1
#include "ngram-cache.h"
2
+#include "common.h"
3
#include "log.h"
4
5
+#include <cstdint>
6
#include <fstream>
7
8
void llama_ngram_cache_update(llama_ngram_cache & ngram_cache, int ngram_min, int ngram_max,
0 commit comments