Skip to content

Commit

Permalink
remove eoa from solar model chat template
Browse files Browse the repository at this point in the history
  • Loading branch information
AllentDan committed Mar 11, 2024
1 parent 96f4284 commit 551ce22
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lmdeploy/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,6 @@ def __init__(self,
user='### User:\n',
eoh='\n\n',
assistant='### Assistant:\n',
eoa='\n\n',
meta_instruction='',
session_len=2048,
**kwargs):
Expand All @@ -639,7 +638,6 @@ def __init__(self,
self.user = user
self.eoh = eoh
self.assistant = assistant
self.eoa = eoa
self.meta_instruction = meta_instruction
self.session_len = session_len

Expand Down

0 comments on commit 551ce22

Please sign in to comment.