|
@@ -4,7 +4,6 @@ import (
|
|
|
"bytes"
|
|
|
"cmp"
|
|
|
"context"
|
|
|
- "crypto/sha256"
|
|
|
"encoding/base64"
|
|
|
"encoding/hex"
|
|
|
"encoding/json"
|
|
@@ -21,14 +20,16 @@ import (
|
|
|
"strconv"
|
|
|
"strings"
|
|
|
|
|
|
+ "github.com/minio/sha256-simd"
|
|
|
+
|
|
|
"golang.org/x/exp/slices"
|
|
|
|
|
|
"github.com/ollama/ollama/api"
|
|
|
"github.com/ollama/ollama/auth"
|
|
|
+ "github.com/ollama/ollama/envconfig"
|
|
|
"github.com/ollama/ollama/format"
|
|
|
"github.com/ollama/ollama/llm"
|
|
|
"github.com/ollama/ollama/parser"
|
|
|
- "github.com/ollama/ollama/envconfig"
|
|
|
"github.com/ollama/ollama/types/errtypes"
|
|
|
"github.com/ollama/ollama/types/model"
|
|
|
"github.com/ollama/ollama/version"
|