mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-18 16:55:14 +02:00
add autoguess adapter for DeepSeek V2.5/R1 (#1329)
This commit is contained in:
@@ -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|>"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user