diff options
author | Kenneth Heafield <kenlm@kheafield.com> | 2011-06-27 17:50:41 -0400 |
---|---|---|
committer | Kenneth Heafield <kenlm@kheafield.com> | 2011-06-27 17:50:41 -0400 |
commit | 89228f59c765d1687daf513e29c15290e530419e (patch) | |
tree | 3976f98739f8985e10ee52a990ee855e7e608d30 /klm/lm/quantize.cc | |
parent | 44b023d165402406fc20bb5fa240cb9a9ebf32ea (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 |