Skip to content

Commit e95d799

Browse files
danbevarthw
authored andcommitted
llama : fix typo in xcda_array_view comment [no ci] (ggml-org#9132)
1 parent cb91ec8 commit e95d799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-vocab.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ struct llm_tokenizer_ugm {
963963
/*
964964
* This structure is a view wrapper for XOR-compressed double array (XCDA)
965965
* See Shunsuke Kanda (2018). Space- and Time-Efficient String Dictionaries.
966-
* Eeach bit-packed entry contains:
966+
* Each bit-packed entry contains:
967967
* - BASE array value in bits 10-30
968968
* - LCHECK array value in bits 0-7
969969
* - LEAF array value in bit 9

0 commit comments

Comments
 (0)