mirror of
https://github.com/ollama/ollama.git
synced 2025-05-11 18:36:41 +02:00
replace x/exp/slices with slices
This commit is contained in:
parent
60323e0805
commit
04f3c12bb7
6 changed files with 7 additions and 8 deletions
|
@ -8,11 +8,11 @@ import (
|
|||
"os"
|
||||
"path/filepath"
|
||||
"regexp"
|
||||
"slices"
|
||||
"sort"
|
||||
"strings"
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
"golang.org/x/exp/slices"
|
||||
|
||||
"github.com/ollama/ollama/api"
|
||||
"github.com/ollama/ollama/envconfig"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue