Skip to content

Commit

Permalink
address remaining comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ebsmothers committed Apr 2, 2024
1 parent f9ec55d commit 5603599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchtune/data/_chat_formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class MistralChatFormat(ChatFormat):
"""

B_INST, E_INST = "[INST]", "[/INST]"
system = ""
system = None
user = f"{B_INST} {{content}} {E_INST} "
assistant = ""

Expand Down

0 comments on commit 5603599

Please sign in to comment.