Skip to content

Commit

Permalink
[ci] fix llama2
Browse files Browse the repository at this point in the history
  • Loading branch information
huyiwen committed Jun 11, 2024
1 parent a1c6978 commit 65b9696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utilization/model/test_apply_prompt_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def test_llama2(conversation: Conversation):
"This is a system message.\n"
"<</SYS>>\n"
"\n"
"This is a user message. [/INST] This is an assistant message. </s><s>[INST] This is the second user message. [/INST] This is the second assistant message. </s><s>[INST]"
"This is a user message. [/INST] This is an assistant message. </s><s>[INST] This is the second user message. [/INST] This is the second assistant message. </s><s>[INST] "
)


Expand Down

0 comments on commit 65b9696

Please sign in to comment.