Skip to content

Commit db39165

Browse files
mishig25julien-c
andauthored
Update packages/gguf/src/gguf.spec.ts
Co-authored-by: Julien Chaumond <[email protected]>
1 parent ed2a0df commit db39165

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
@@ -278,7 +278,7 @@ describe("gguf", () => {
278278
expect(parseGGUFQuantLabel("Meta-Llama-3.1-8B-Instruct-Q4_K_M.gguf")).toEqual("Q4_K_M");
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");
281-
expect(parseGGUFQuantLabel("Codestral-22B-v0.1gguf")).toEqual(undefined);
281+
expect(parseGGUFQuantLabel("Codestral-22B-v0.1.gguf")).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]
283283
expect(parseGGUFQuantLabel("Codestral-22B-v0.1-IQ3_XS.gguf")).toEqual(undefined); // TODO: investigate IQ3_XS
284284
expect(parseGGUFQuantLabel("Codestral-22B-v0.1-Q4_0_4_4.gguf")).toEqual("Q4_0"); // TODO: investigate Q4_0_4_4

0 commit comments

Comments
 (0)