From 1c64e2645f2f48aea24a45f1ac4b825d38bf4601 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Tue, 20 Aug 2024 16:54:11 -0700 Subject: [PATCH] Update chat_templates.py --- unsloth/chat_templates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unsloth/chat_templates.py b/unsloth/chat_templates.py index f83df579b1..d81413ae70 100644 --- a/unsloth/chat_templates.py +++ b/unsloth/chat_templates.py @@ -472,8 +472,8 @@ pass # =========================================== Phi-3 +# "{{ bos_token }}"\ # Phi-3.5 removes BOS? phi3_template = \ - # "{{ bos_token }}"\ # Phi-3.5 removes BOS? "{% for message in messages %}"\ "{% if message['role'] == 'user' %}"\ "{{'<|user|>\n' + message['content'] + '<|end|>\n'}}"\