You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/modelDependent/llama3.2/promptCompletion.test.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ describe("llama 3.2", () => {
58
58
59
59
You are a helpful, respectful and honest assistant. Always answer as helpfully as possible.
60
60
If a question does not make any sense, or is not factually coherent, explain why instead of answering something incorrectly. If you don't know the answer to a question, don't share false information.",
61
-
new SpecialToken("EOT"),
61
+
new SpecialToken("EOS"),
62
62
new SpecialTokensText("<|start_header_id|>"),
63
63
"user",
64
64
new SpecialTokensText("<|end_header_id|>"),
@@ -86,14 +86,14 @@ describe("llama 3.2", () => {
86
86
87
87
You are a helpful, respectful and honest assistant. Always answer as helpfully as possible.
88
88
If a question does not make any sense, or is not factually coherent, explain why instead of answering something incorrectly. If you don't know the answer to a question, don't share false information.",
0 commit comments