Encode special tokens in Chat-RP mode

This commit is contained in:
turboderp
2024-02-22 17:11:46 +01:00
parent 166774bb33
commit 0d6d135202

View File

@@ -39,7 +39,7 @@ class PromptFormat_raw(PromptFormat):
raise NotImplementedError
def encode_special_tokens(self):
return False
return True
class PromptFormat_llama(PromptFormat):