mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 01:05:09 +02:00
added llama4 tags
This commit is contained in:
@@ -63,6 +63,17 @@
|
||||
"assistant_start": "<|start_header_id|>assistant<|end_header_id|>\n\n",
|
||||
"assistant_end": "<|eot_id|>\n\n"
|
||||
}
|
||||
}, {
|
||||
"search": ["<|header_start|>assistant<|header_end|>"],
|
||||
"name": "Llama 4",
|
||||
"adapter": {
|
||||
"system_start": "<|header_start|>system<|header_end|>\n\n",
|
||||
"system_end": "<|eot|>",
|
||||
"user_start": "<|header_start|>user<|header_end|>\n\n",
|
||||
"user_end": "<|eot|>",
|
||||
"assistant_start": "<|header_start|>assistant<|header_end|>\n\n",
|
||||
"assistant_end": "<|eot|>"
|
||||
}
|
||||
}, {
|
||||
"search": ["[/INST]", "[SYSTEM_PROMPT]"],
|
||||
"name": "Mistral V7 (with system prompt)",
|
||||
|
||||
Reference in New Issue
Block a user