mirror of
https://github.com/turboderp-org/exui.git
synced 2026-04-20 14:29:52 +00:00
Add BOS to ChatML template
This commit is contained in:
@@ -218,6 +218,9 @@ class PromptFormat_chatml(PromptFormat):
|
||||
text += "<|im_end|>\n"
|
||||
return text
|
||||
|
||||
def context_bos(self):
|
||||
return True
|
||||
|
||||
|
||||
class PromptFormat_tinyllama(PromptFormat_chatml):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user