ollama source for Momentry Core verification
This commit is contained in:
8
server/sparse_common.go
Normal file
8
server/sparse_common.go
Normal file
@@ -0,0 +1,8 @@
|
||||
//go:build !windows
|
||||
|
||||
package server
|
||||
|
||||
import "os"
|
||||
|
||||
func setSparse(*os.File) {
|
||||
}
|
||||
Reference in New Issue
Block a user