Merge branch 'master' into compilade/refactor-kv-cache
This commit is contained in:
commit
a03e32a3c9
9 changed files with 1273 additions and 107 deletions
|
@ -66,6 +66,7 @@ extern "C" {
|
|||
LLAMA_VOCAB_TYPE_BPE = 2, // GPT-2 tokenizer based on byte-level BPE
|
||||
LLAMA_VOCAB_TYPE_WPM = 3, // BERT tokenizer based on WordPiece
|
||||
LLAMA_VOCAB_TYPE_UGM = 4, // T5 tokenizer based on Unigram
|
||||
LLAMA_VOCAB_TYPE_RWKV = 5, // RWKV tokenizer based on greedy tokenization
|
||||
};
|
||||
|
||||
// pre-tokenization types
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue