Skip to content

Commit 4735aa7

Browse files
authored
Update token spacing for mistral conversation.py (#2872)
1 parent 719022f commit 4735aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastchat/conversation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ def get_conv_template(name: str) -> Conversation:
982982
register_conv_template(
983983
Conversation(
984984
name="mistral",
985-
system_template="[INST]{system_message}\n",
985+
system_template="[INST] {system_message}\n",
986986
roles=("[INST]", "[/INST]"),
987987
sep_style=SeparatorStyle.LLAMA2,
988988
sep=" ",

0 commit comments

Comments
 (0)