Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update fastchat/conversation.py
  • Loading branch information
jaywonchung authored Sep 18, 2023
commit d9cb753c3eab3ae6ecef60aca4f95e27d81470e5
1 change: 0 additions & 1 deletion fastchat/conversation.py
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,6 @@ def get_conv_template(name: str) -> Conversation:
sep_style=SeparatorStyle.ADD_COLON_SINGLE,
sep="\n",
stop_token_ids=[50256],
stop_str="<|endoftext|>",
)
)

Expand Down