Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
defc1dbd
Commit
defc1dbd
authored
Jan 11, 2024
by
Michael Yang
Browse files
use x/exp/slices
parent
de2fbdec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
llm/payload_common.go
llm/payload_common.go
+1
-1
No files found.
llm/payload_common.go
View file @
defc1dbd
...
@@ -3,13 +3,13 @@ package llm
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment