mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 01:24:36 +00:00
fix for chat templates and drafting
This commit is contained in:
parent
03def285db
commit
cca4a934dd
3 changed files with 27 additions and 11 deletions
8
kcpp_adapters/DeepSeek-V2.json
Normal file
8
kcpp_adapters/DeepSeek-V2.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"system_start": "",
|
||||
"system_end": "",
|
||||
"user_start": "<|User|>",
|
||||
"user_end": "",
|
||||
"assistant_start": "<|Assistant|>",
|
||||
"assistant_end": "<|end▁of▁sentence|>"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue