Explorar o código

use x/exp/slices

Michael Yang hai 1 ano
pai
achega
defc1dbd6e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      llm/payload_common.go

+ 1 - 1
llm/payload_common.go

@@ -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"