mirror of
https://github.com/ollama/ollama.git
synced 2026-07-20 21:13:41 -05:00
It seems this can fail in some casees, but proceed with the download anyway.
9 lines
79 B
Go
9 lines
79 B
Go
//go:build !windows
|
|
|
|
package server
|
|
|
|
import "os"
|
|
|
|
func setSparse(*os.File) {
|
|
}
|