Josh Yan 8 月之前
父節點
當前提交
0e1ec461f9
共有 1 個文件被更改,包括 2 次插入1 次删除
  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 {