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 cb91ec8 commit e95d799Copy full SHA for e95d799
src/llama-vocab.cpp
@@ -963,7 +963,7 @@ struct llm_tokenizer_ugm {
963
/*
964
* This structure is a view wrapper for XOR-compressed double array (XCDA)
965
* See Shunsuke Kanda (2018). Space- and Time-Efficient String Dictionaries.
966
- * Eeach bit-packed entry contains:
+ * Each bit-packed entry contains:
967
* - BASE array value in bits 10-30
968
* - LCHECK array value in bits 0-7
969
* - LEAF array value in bit 9
0 commit comments