mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-08-18 07:50:09 +02:00
talk-llama : sync llama.cpp
This commit is contained in:
@@ -61,6 +61,7 @@ extern "C" {
|
||||
enum llama_vocab_type {
|
||||
LLAMA_VOCAB_TYPE_SPM = 0, // SentencePiece
|
||||
LLAMA_VOCAB_TYPE_BPE = 1, // Byte Pair Encoding
|
||||
LLAMA_VOCAB_TYPE_WPM = 2, // WordPiece
|
||||
};
|
||||
|
||||
enum llama_token_type {
|
||||
|
Reference in New Issue
Block a user