Fixed duplicate sync in ggml.go
This commit is contained in:
parent
2e7452be71
commit
fd4480a848
|
|
@ -23,7 +23,6 @@ import (
|
|||
"sync/atomic"
|
||||
"unicode"
|
||||
"unsafe"
|
||||
"sync"
|
||||
|
||||
"github.com/ollama/ollama/format"
|
||||
"github.com/ollama/ollama/fs"
|
||||
|
|
|
|||
Loading…
Reference in New Issue