Skip to content

Commit 8c59e92

Browse files
committed
more test
1 parent bcc6599 commit 8c59e92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/gguf/src/gguf.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,5 +279,6 @@ describe("gguf", () => {
279279
expect(parseGGUFQuantLabel("subdir/Meta-Llama-3.1-8B-Instruct-Q4_K_M.gguf")).toEqual("Q4_K_M");
280280
expect(parseGGUFQuantLabel("Codestral-22B-v0.1-Q2_K.gguf")).toEqual("Q2_K");
281281
expect(parseGGUFQuantLabel("Codestral-22B-v0.1gguf")).toEqual(undefined);
282+
expect(parseGGUFQuantLabel("Codestral-22B-v0.1-F32-Q2_K.gguf")).toEqual("Q2_K"); // gguf name with two quant labels [F32, Q2_K]
282283
});
283284
});

0 commit comments

Comments
 (0)