whitespace
This commit is contained in:
parent
574c3540cd
commit
f378058b51
@ -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) {
|
func decodeGGML(t *testing.T, f *os.File) (int64, *GGML, error) {
|
||||||
|
|
||||||
ggml, n, err := DecodeGGML(f, math.MaxInt)
|
ggml, n, err := DecodeGGML(f, math.MaxInt)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user