replace x/exp/slices with slices

This commit is contained in:
Michael Yang
2024-05-21 21:30:52 -07:00
parent 60323e0805
commit 04f3c12bb7
6 changed files with 7 additions and 8 deletions

View File

@@ -10,9 +10,9 @@ import (
"os"
"path/filepath"
"runtime"
"slices"
"strings"
"golang.org/x/exp/slices"
"golang.org/x/sync/errgroup"
"github.com/ollama/ollama/gpu"