Fixed duplicate sync in ggml.go

This commit is contained in:
Inforithmics 2025-08-10 16:05:09 +02:00
parent 2e7452be71
commit fd4480a848
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ import (
"sync/atomic"
"unicode"
"unsafe"
"sync"
"github.com/ollama/ollama/format"
"github.com/ollama/ollama/fs"