mirror of
https://github.com/ollama/ollama.git
synced 2025-05-11 02:16:36 +02: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:
parent
e9aa5117c4
commit
2fa1db4345
3 changed files with 5 additions and 7 deletions
|
@ -4,6 +4,5 @@ package server
|
|||
|
||||
import "os"
|
||||
|
||||
func setSparse(file *os.File) error {
|
||||
return nil
|
||||
func setSparse(*os.File) {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue