Merge branch 'ollama:main' into main

This commit is contained in:
likelovewant
2024-05-26 11:57:21 +08:00
committed by GitHub
16 changed files with 85 additions and 55 deletions

View File

@@ -13,7 +13,7 @@ import (
"syscall"
"time"
"github.com/ollama/ollama/server/envconfig"
"github.com/ollama/ollama/envconfig"
)
var (

View File

@@ -21,7 +21,7 @@ import (
"unsafe"
"github.com/ollama/ollama/format"
"github.com/ollama/ollama/server/envconfig"
"github.com/ollama/ollama/envconfig"
)
type handles struct {