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 | de4db4bf7baf8b5498deb7dd43f59b9fcf2246c8 (patch) | |
tree | 3976f98739f8985e10ee52a990ee855e7e608d30 /klm/lm/quantize.cc | |
parent | b0b0db256b4379ee5404f728dc85d26690ac729e (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 |