gofmt
This commit is contained in:
parent
63e7634014
commit
f2a4d058f9
|
|
@ -9,7 +9,6 @@ import (
|
||||||
"github.com/ollama/ollama/types/model"
|
"github.com/ollama/ollama/types/model"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
func TestModelCheckCapabilities(t *testing.T) {
|
func TestModelCheckCapabilities(t *testing.T) {
|
||||||
// Create simple model file for tests that don't depend on GGUF content
|
// Create simple model file for tests that don't depend on GGUF content
|
||||||
completionModelPath, _ := createBinFile(t, ggml.KV{
|
completionModelPath, _ := createBinFile(t, ggml.KV{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue