mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-12 01:54:37 +00:00
updated lite, add gemma 2 template
This commit is contained in:
parent
7499a6bd4b
commit
82202aebda
3 changed files with 22 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"system_start":"<|im_start|>system",
|
||||
"system_start":"<|im_start|>system\n",
|
||||
"system_end":"<|im_end|>",
|
||||
"user_start":"<|im_start|>user",
|
||||
"user_start":"<|im_start|>user\n",
|
||||
"user_end":"<|im_end|>",
|
||||
"assistant_start":"<|im_start|>assistant",
|
||||
"assistant_start":"<|im_start|>assistant\n",
|
||||
"assistant_end":"<|im_end|>"
|
||||
}
|
8
kcpp_adapters/Gemma-2.json
Normal file
8
kcpp_adapters/Gemma-2.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"system_start":"<start_of_turn>system\n",
|
||||
"system_end":"<end_of_turn>",
|
||||
"user_start":"<start_of_turn>user\n",
|
||||
"user_end":"<end_of_turn>",
|
||||
"assistant_start":"<start_of_turn>assistant\n",
|
||||
"assistant_end":"<end_of_turn>"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue