This website requires JavaScript.
Explore
Help
Sign In
root
/
ollama
mirror of
https://github.com/ollama/ollama.git
Watch
1
Star
0
Fork
You've already forked ollama
0
Code
Issues
Actions
3
Packages
Projects
Releases
Wiki
Activity
685a53534b
ollama
/
server
/
sparse_common.go
10 lines
102 B
Go
Raw
Blame
History
//go:build !windows
package
server
import
"os"
func
setSparse
(
file
*
os
.
File
)
error
{
return
nil
}
Reference in New Issue
View Git Blame
Copy Permalink