Skip to content

Commit 3ed1667

Browse files
committed
✅ Larger timeout for gguf
1 parent d0f9fde commit 3ed1667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gguf/src/gguf.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ describe("gguf", () => {
3333
const arrayBuf = await res.arrayBuffer();
3434
fs.writeFileSync(".cache/model.gguf", Buffer.from(arrayBuf));
3535
}
36-
});
36+
}, 30_000);
3737

3838
it("should parse a llama2 7b", async () => {
3939
const { metadata, tensorInfos } = await gguf(URL_LLAMA);

0 commit comments

Comments
 (0)