mirror of
https://github.com/likelovewant/ollama-for-amd.git
synced 2025-12-21 14:26:30 +00:00
Don't hard fail on sparse setup error
It seems this can fail in some casees, but proceed with the download anyway.
This commit is contained in:
@@ -4,6 +4,5 @@ package server
|
||||
|
||||
import "os"
|
||||
|
||||
func setSparse(file *os.File) error {
|
||||
return nil
|
||||
func setSparse(*os.File) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user