Skip to content

Commit

Permalink
Update token spacing for mistral conversation.py (#2872)
Browse files Browse the repository at this point in the history
  • Loading branch information
thavens authored Dec 30, 2023
1 parent 719022f commit 4735aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastchat/conversation.py
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ def get_conv_template(name: str) -> Conversation:
register_conv_template(
Conversation(
name="mistral",
system_template="[INST]{system_message}\n",
system_template="[INST] {system_message}\n",
roles=("[INST]", "[/INST]"),
sep_style=SeparatorStyle.LLAMA2,
sep=" ",
Expand Down

0 comments on commit 4735aa7

Please sign in to comment.