Skip to content

Commit 0d9e580

Browse files
committed
test: fix test
1 parent e8e1991 commit 0d9e580

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/modelDependent/llama3.2/sequenceState.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ describe("llama 3.2", () => {
202202
});
203203

204204
const res1 = await chatSession1.prompt("Remember: locks are not doors. Also, write a long poem about it", {maxTokens: 154});
205-
expect(res1).toMatch(/^(A clever reminder indeed.|A wise phrase to ponder|A wise phrase indeed)/);
205+
expect(res1).toMatch(/^(A clever reminder indeed.|A clever reminder, indeed.|A wise phrase to ponder|A wise phrase indeed)/);
206206

207207

208208
const stateFile1Path = await getTempTestFilePath("state1");

0 commit comments

Comments
 (0)