fix: gemma 4 template (#21326)

This commit is contained in:
Piotr Wilkin (ilintar)
2026-04-02 23:31:02 +02:00
committed by GitHub
parent 7992aa7c8e
commit 5208e2d5ba
9 changed files with 670 additions and 15 deletions
+1
View File
@@ -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
};