mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 17:25:07 +02:00
restructure some compilation units
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@
|
||||
// helpers
|
||||
//
|
||||
|
||||
static bool OldBPETokenizerMode = false;
|
||||
bool OldBPETokenizerMode = false;
|
||||
|
||||
struct naive_trie {
|
||||
naive_trie() : has_value(false), value(0) {
|
||||
|
||||
Reference in New Issue
Block a user