We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b0577 commit 34ecd70Copy full SHA for 34ecd70
1 file changed
test/modelDependent/llama3.2/promptCompletion.test.ts
@@ -43,7 +43,7 @@ describe("llama 3.2", () => {
43
const promptCompletion = await chatSession.completePrompt("Hi there!", {
44
maxTokens: 11
45
});
46
- expect(promptCompletion).toMatchInlineSnapshot(`" I'm looking for a new phone case. I need"`);
+ expect(promptCompletion).toMatchInlineSnapshot("\" I'm looking for a new phone case. I need\"");
47
expect(LlamaText.fromTokens(model.tokenizer, chatSession.sequence.contextTokens)).toMatchInlineSnapshot(`
48
LlamaText([
49
new SpecialToken("BOS"),
0 commit comments