Skip to content

Commit 5603599

Browse files
committed
address remaining comments
1 parent f9ec55d commit 5603599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchtune/data/_chat_formats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class MistralChatFormat(ChatFormat):
117117
"""
118118

119119
B_INST, E_INST = "[INST]", "[/INST]"
120-
system = ""
120+
system = None
121121
user = f"{B_INST} {{content}} {E_INST} "
122122
assistant = ""
123123

0 commit comments

Comments
 (0)