Josh Yan 8 months ago
parent
commit
01b20fe6f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      llm/memory_test.go

+ 1 - 1
llm/memory_test.go

@@ -41,7 +41,7 @@ func TestEstimateGPULayers(t *testing.T) {
 		"tokenizer.ggml.tokens":         []string{" "},
 		"tokenizer.ggml.scores":         []float32{0},
 		"tokenizer.ggml.token_type":     []int32{0},
-	}, tensors, func(api.ProgressResponse){})
+	}, tensors, func(api.ProgressResponse) {})
 	require.NoError(t, err)
 
 	ggml, err := LoadModel(f.Name(), 0)