ollama/server/sparse_common.go
Daniel Hiltgen 2fa1db4345 Don't hard fail on sparse setup error
It seems this can fail in some casees, but proceed
with the download anyway.
2024-08-09 12:16:19 -07:00

8 lines
79 B
Go

//go:build !windows
package server
import "os"
func setSparse(*os.File) {
}