Update llama.cpp

This commit is contained in:
Andrei Betlen 2024-02-11 19:00:17 -05:00
parent 9368670639
commit 69413ce08e
2 changed files with 3 additions and 1 deletions

View file

@ -139,9 +139,11 @@ llama_seq_id = c_int32
# enum llama_vocab_type {
# LLAMA_VOCAB_TYPE_SPM = 0, // SentencePiece
# LLAMA_VOCAB_TYPE_BPE = 1, // Byte Pair Encoding
# LLAMA_VOCAB_TYPE_WPM = 2, // WordPiece
# };
LLAMA_VOCAB_TYPE_SPM = 0
LLAMA_VOCAB_TYPE_BPE = 1
LLAMA_VOCAB_TYPE_WPM = 2
# enum llama_token_type {

2
vendor/llama.cpp vendored

@ -1 +1 @@
Subproject commit 97a336507ed9b971d72262bec7e2b8b7016a054a
Subproject commit 3bdc4cd0f595a6096cca4a64aa75ffa8a3503465