Skip to content

Commit

Permalink
✅ Larger timeout for gguf
Browse files Browse the repository at this point in the history
  • Loading branch information
coyotte508 committed Nov 14, 2024
1 parent d0f9fde commit 3ed1667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gguf/src/gguf.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe("gguf", () => {
const arrayBuf = await res.arrayBuffer();
fs.writeFileSync(".cache/model.gguf", Buffer.from(arrayBuf));
}
});
}, 30_000);

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

0 comments on commit 3ed1667

Please sign in to comment.