Skip to content

Commit 5cf49e7

Browse files
committed
discojs/src/processing/text.spec.ts: increase llama 3 tokenization timeout
1 parent f8a5762 commit 5cf49e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discojs/src/processing/text.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ describe("text processing", () => {
6767
]
6868
const tokens = tokenize(tokenizer, text);
6969
expect(tokens.toArray()).to.be.deep.equal(expectedTokens);
70-
});
70+
}).timeout(3000);
7171

7272
it("can tokenize text with the GPT2 tokenizer", async () => {
7373
const tokenizer = await AutoTokenizer.from_pretrained("Xenova/gpt2");

0 commit comments

Comments
 (0)