Commit defc1dbd authored by Michael Yang's avatar Michael Yang
Browse files

use x/exp/slices

parent de2fbdec
...@@ -3,13 +3,13 @@ package llm ...@@ -3,13 +3,13 @@ package llm
import ( import (
"errors" "errors"
"fmt" "fmt"
"golang.org/x/exp/slices"
"io" "io"
"io/fs" "io/fs"
"log" "log"
"os" "os"
"path/filepath" "path/filepath"
"runtime" "runtime"
"slices"
"strings" "strings"
"github.com/jmorganca/ollama/gpu" "github.com/jmorganca/ollama/gpu"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment