use x/exp/slices
This commit is contained in:
parent
de2fbdec99
commit
defc1dbd6e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue