File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 191191# LLAMA_VOCAB_PRE_TYPE_QWEN35 = 46,
192192# LLAMA_VOCAB_PRE_TYPE_TINY_AYA = 47,
193193# LLAMA_VOCAB_PRE_TYPE_JOYAI_LLM = 48,
194- #. LLAMA_VOCAB_PRE_TYPE_JAIS2 = 49,
194+ # LLAMA_VOCAB_PRE_TYPE_JAIS2 = 49,
195+ # LLAMA_VOCAB_PRE_TYPE_GEMMA4 = 50,
195196# };
196197LLAMA_VOCAB_PRE_TYPE_DEFAULT = 0
197198LLAMA_VOCAB_PRE_TYPE_LLAMA3 = 1
209210LLAMA_VOCAB_PRE_TYPE_DBRX = 13
210211LLAMA_VOCAB_PRE_TYPE_SMAUG = 14
211212LLAMA_VOCAB_PRE_TYPE_PORO = 15
212- LLAMA_VOCAV_PRE_TYPE_CHATGLM3 = 16
213+ LLAMA_VOCAB_PRE_TYPE_CHATGLM3 = 16
213214LLAMA_VOCAB_PRE_TYPE_CHATGLM4 = 17
214215LLAMA_VOCAB_PRE_TYPE_VIKING = 18
215216LLAMA_VOCAB_PRE_TYPE_JAIS = 19
243244LLAMA_VOCAB_PRE_TYPE_TINY_AYA = 47
244245LLAMA_VOCAB_PRE_TYPE_JOYAI_LLM = 48
245246LLAMA_VOCAB_PRE_TYPE_JAIS2 = 49
247+ LLAMA_VOCAB_PRE_TYPE_GEMMA4 = 50
246248
247249
248250# // note: these values should be synchronized with ggml_rope
You can’t perform that action at this time.
0 commit comments