浏览代码

whitespace

Josh Yan 9 月之前
父节点
当前提交
f378058b51
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      llm/gguf_test.go

+ 0 - 1
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)