]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
llama : fix typo in xcda_array_view comment [no ci] (#9132)
authorDaniel Bevenius <redacted>
Sat, 31 Aug 2024 07:50:22 +0000 (09:50 +0200)
committerGitHub <redacted>
Sat, 31 Aug 2024 07:50:22 +0000 (10:50 +0300)
src/llama-vocab.cpp

index 323660ef54cb07a7c90f15d86620583375754fc3..dc4138cbc1dda8411e664dfd8484835ce007f919 100644 (file)
@@ -963,7 +963,7 @@ private:
     /*
      * 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