Josh Yan 8 months ago
parent
commit
0e1ec461f9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      llm/gguf.go

+ 2 - 1
llm/gguf.go

@@ -11,8 +11,9 @@ import (
 	"slices"
 	"strings"
 
-	"github.com/ollama/ollama/api"
 	"golang.org/x/exp/maps"
+
+	"github.com/ollama/ollama/api"
 )
 
 type containerGGUF struct {