Skip to content

Commit

Permalink
fixing prompt template of chatml by removal of linebreak (#922)
Browse files Browse the repository at this point in the history
Co-authored-by: Timothy  Lim <timothyyonglee.lim@kxrdev.com>
  • Loading branch information
timothylimyl and Timothy Lim committed Dec 9, 2023
1 parent 40a6362 commit 03c6318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/axolotl/prompt_strategies/sharegpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
system_message="You are a helpful assistant.",
roles=["<|im_start|>user", "<|im_start|>assistant"],
sep_style=SeparatorStyle.CHATML,
sep="<|im_end|>\n",
sep="<|im_end|>",
)
)

Expand Down

0 comments on commit 03c6318

Please sign in to comment.