diff options
author | Kenneth Heafield <kenlm@kheafield.com> | 2011-06-27 17:50:41 -0400 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2011-09-23 19:13:57 +0200 |
commit | 8e67ebda72410a84830b679db0c46251935e7892 (patch) | |
tree | cab4cced55950ddefff81c10135abefc9e61a9fa /klm/lm/quantize.cc | |
parent | 9308fcdbdbe6564d25fb848139d3f55254d491be (diff) |
Fix binary format for trie
Diffstat (limited to 'klm/lm/quantize.cc')
-rw-r--r-- | klm/lm/quantize.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klm/lm/quantize.cc b/klm/lm/quantize.cc index b4d76893..4bb6b1b8 100644 --- a/klm/lm/quantize.cc +++ b/klm/lm/quantize.cc @@ -34,7 +34,7 @@ void MakeBins(float *values, float *values_end, float *centers, uint32_t bins) { } } -const char kSeparatelyQuantizeVersion = 1; +const char kSeparatelyQuantizeVersion = 2; } // namespace |