mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-08-10 10:47:51 -04:00
vocab : add ByteDance-Seed/Seed-Coder (#13423)
This commit is contained in:
@@ -112,6 +112,7 @@ extern "C" {
|
||||
LLAMA_VOCAB_PRE_TYPE_BAILINGMOE = 32,
|
||||
LLAMA_VOCAB_PRE_TYPE_LLAMA4 = 33,
|
||||
LLAMA_VOCAB_PRE_TYPE_PIXTRAL = 34,
|
||||
LLAMA_VOCAB_PRE_TYPE_SEED_CODER = 35,
|
||||
};
|
||||
|
||||
enum llama_rope_type {
|
||||
|
Reference in New Issue
Block a user