mirror of
https://github.com/ollama/ollama.git
synced 2025-06-05 13:49:23 +02:00
use x/exp/slices
This commit is contained in:
parent
de2fbdec99
commit
defc1dbd6e
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user