mirror of
https://github.com/jmorganca/ollama
synced 2025-10-06 00:32:49 +02:00
9 lines
79 B
Go
9 lines
79 B
Go
//go:build !windows
|
|
|
|
package server
|
|
|
|
import "os"
|
|
|
|
func setSparse(*os.File) {
|
|
}
|