From defc1dbd6e2d3e415be3f3b8420c5384087354d0 Mon Sep 17 00:00:00 2001 From: Michael Yang Date: Thu, 11 Jan 2024 14:20:13 -0800 Subject: [PATCH] use x/exp/slices --- llm/payload_common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llm/payload_common.go b/llm/payload_common.go index f6976768..eed22ea4 100644 --- a/llm/payload_common.go +++ b/llm/payload_common.go @@ -3,13 +3,13 @@ package llm import ( "errors" "fmt" + "golang.org/x/exp/slices" "io" "io/fs" "log" "os" "path/filepath" "runtime" - "slices" "strings" "github.com/jmorganca/ollama/gpu"