Skip to content

Commit

Permalink
llama : fix typo in xcda_array_view comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danbev committed Aug 22, 2024
1 parent 1731d42 commit fcb771e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/llama-vocab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ struct llm_tokenizer_ugm {
/*
* This structure is a view wrapper for XOR-compressed double array (XCDA)
* See Shunsuke Kanda (2018). Space- and Time-Efficient String Dictionaries.
* Eeach bit-packed entry contains:
* Each bit-packed entry contains:
* - BASE array value in bits 10-30
* - LCHECK array value in bits 0-7
* - LEAF array value in bit 9
Expand Down

0 comments on commit fcb771e

Please sign in to comment.