mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-26 15:15:16 +02:00
gemma3 template, updated lite, fixed tool calling, reenable ctx shift for gemma3
This commit is contained in:
@@ -43,6 +43,15 @@
|
||||
"assistant_start": "<start_of_turn>model\n",
|
||||
"assistant_end": "<end_of_turn>\n"
|
||||
}
|
||||
}, {
|
||||
"search": ["<start_of_image>", "<start_of_turn>", "<end_of_turn>"],
|
||||
"name": "Google Gemma 3.",
|
||||
"adapter": {
|
||||
"user_start": "<start_of_turn>user\n",
|
||||
"user_end": "<end_of_turn>\n",
|
||||
"assistant_start": "<start_of_turn>model\n",
|
||||
"assistant_end": "<end_of_turn>\n"
|
||||
}
|
||||
}, {
|
||||
"search": ["<|start_header_id|>system"],
|
||||
"name": "Llama 3.x.",
|
||||
|
||||
Reference in New Issue
Block a user