From 0e1ec461f9bef752ef18a8c42edb75f8bd6722e7 Mon Sep 17 00:00:00 2001 From: Josh Yan Date: Wed, 28 Aug 2024 11:18:23 -0700 Subject: [PATCH] import --- llm/gguf.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llm/gguf.go b/llm/gguf.go index 75287dcd..b0c83f42 100644 --- a/llm/gguf.go +++ b/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 {