mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 09:34:37 +00:00
add autoguess adapter for DeepSeek V2.5/R1 (#1329)
This commit is contained in:
parent
d109d6d8eb
commit
1cb9805024
1 changed files with 11 additions and 0 deletions
|
@ -109,5 +109,16 @@
|
|||
"assistant_start": "<|START_OF_TURN_TOKEN|><|CHATBOT_TOKEN|>",
|
||||
"assistant_end": "<|END_OF_TURN_TOKEN|>"
|
||||
}
|
||||
}, {
|
||||
"search": ["<|User|>"],
|
||||
"name": "DeepSeek V2.5",
|
||||
"adapter": {
|
||||
"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