From f378058b516c687e4a061e562b1a39167aadedc2 Mon Sep 17 00:00:00 2001 From: Josh Yan Date: Tue, 16 Jul 2024 16:45:41 -0700 Subject: [PATCH] whitespace --- llm/gguf_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/llm/gguf_test.go b/llm/gguf_test.go index 6c0e1685d..e2ac3d982 100644 --- a/llm/gguf_test.go +++ b/llm/gguf_test.go @@ -132,7 +132,6 @@ func compareGGML(t *testing.T, gotGGML, wantGGML *GGML, f *os.File, f2 *os.File) } func decodeGGML(t *testing.T, f *os.File) (int64, *GGML, error) { - ggml, n, err := DecodeGGML(f, math.MaxInt) if err != nil { t.Fatal(err)