mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-27 06:39:25 +01:00
llama : fix typo in xcda_array_view comment [no ci] (#9132)
This commit is contained in:
parent
0ab30f8d82
commit
49271efbaf
@ -963,7 +963,7 @@ private:
|
|||||||
/*
|
/*
|
||||||
* This structure is a view wrapper for XOR-compressed double array (XCDA)
|
* This structure is a view wrapper for XOR-compressed double array (XCDA)
|
||||||
* See Shunsuke Kanda (2018). Space- and Time-Efficient String Dictionaries.
|
* 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
|
* - BASE array value in bits 10-30
|
||||||
* - LCHECK array value in bits 0-7
|
* - LCHECK array value in bits 0-7
|
||||||
* - LEAF array value in bit 9
|
* - LEAF array value in bit 9
|
||||||
|
Loading…
Reference in New Issue
Block a user