mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-25 22:21:14 +02:00
glm4 template
This commit is contained in:
@@ -111,6 +111,17 @@
|
||||
"assistant_start": "",
|
||||
"assistant_end": "</s>"
|
||||
}
|
||||
}, {
|
||||
"search": ["<|system|>", "<|user|>","[gMASK]"],
|
||||
"name": "GLM-4",
|
||||
"adapter": {
|
||||
"system_start": "[gMASK]<sop><|system|>\n",
|
||||
"system_end": "",
|
||||
"user_start": "<|user|>\n",
|
||||
"user_end": "",
|
||||
"assistant_start": "<|assistant|>\n",
|
||||
"assistant_end": ""
|
||||
}
|
||||
}, {
|
||||
"search": ["<|system|>", "<|user|>"],
|
||||
"name": "Phi 3.5",
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"system_start": "[gMASK]<sop><|system|>\n",
|
||||
"system_end": "",
|
||||
"user_start": "<|user|>\n",
|
||||
"user_end": "",
|
||||
"assistant_start": "<|assistant|>\n",
|
||||
"assistant_end": ""
|
||||
}
|
||||
Reference in New Issue
Block a user