fix: gemma 4 template (#21326)
This commit is contained in:
parent
7992aa7c8e
commit
5208e2d5ba
9 changed files with 670 additions and 15 deletions
|
|
@ -184,6 +184,7 @@ enum common_chat_format {
|
|||
// These are intended to be parsed by the PEG parser
|
||||
COMMON_CHAT_FORMAT_PEG_SIMPLE,
|
||||
COMMON_CHAT_FORMAT_PEG_NATIVE,
|
||||
COMMON_CHAT_FORMAT_PEG_GEMMA4,
|
||||
|
||||
COMMON_CHAT_FORMAT_COUNT, // Not a format, just the # formats
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue