Skip to content

Commit 88f1ad3

Browse files
mishig25ngxson
andauthored
Update packages/gguf/src/gguf.spec.ts
Co-authored-by: Xuan Son Nguyen <[email protected]>
1 parent 8c59e92 commit 88f1ad3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/gguf/src/gguf.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,5 +280,7 @@ describe("gguf", () => {
280280
expect(parseGGUFQuantLabel("Codestral-22B-v0.1-Q2_K.gguf")).toEqual("Q2_K");
281281
expect(parseGGUFQuantLabel("Codestral-22B-v0.1gguf")).toEqual(undefined);
282282
expect(parseGGUFQuantLabel("Codestral-22B-v0.1-F32-Q2_K.gguf")).toEqual("Q2_K"); // gguf name with two quant labels [F32, Q2_K]
283+
expect(parseGGUFQuantLabel("Codestral-22B-v0.1-IQ3_XS.gguf")).toEqual("IQ3_XS");
284+
expect(parseGGUFQuantLabel("Codestral-22B-v0.1-Q4_0_4_4.gguf")).toEqual("Q4_0_4_4");
283285
});
284286
});

0 commit comments

Comments
 (0)