mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 09:15:18 +02:00
granite 4 template
This commit is contained in:
@@ -98,6 +98,17 @@
|
||||
"assistant_start": "<|header_start|>assistant<|header_end|>\n\n",
|
||||
"assistant_end": "<|eot|>"
|
||||
}
|
||||
}, {
|
||||
"search": ["<|start_of_role|>system<|end_of_role|>"],
|
||||
"name": "Granite 4",
|
||||
"adapter": {
|
||||
"system_start": "<|start_of_role|>system<|end_of_role|>",
|
||||
"system_end": "<|end_of_text|>\n",
|
||||
"user_start": "<|start_of_role|>user<|end_of_role|>",
|
||||
"user_end": "<|end_of_text|>\n",
|
||||
"assistant_start": "<|start_of_role|>assistant<|end_of_role|>",
|
||||
"assistant_end": "<|end_of_text|>\n"
|
||||
}
|
||||
}, {
|
||||
"search": ["[/INST]", "[SYSTEM_PROMPT]"],
|
||||
"name": "Mistral Tekken",
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"system_start": "<|start_of_role|>system<|end_of_role|>",
|
||||
"system_end": "<|end_of_text|>\n",
|
||||
"user_start": "<|start_of_role|>user<|end_of_role|>",
|
||||
"user_end": "<|end_of_text|>\n",
|
||||
"assistant_start": "<|start_of_role|>assistant<|end_of_role|>",
|
||||
"assistant_end": "<|end_of_text|>\n"
|
||||
}
|
||||
Reference in New Issue
Block a user