ollama/llm/llm_darwin_arm64.go

9 lines
94 B
Go

package llm
import (
"embed"
)
//go:embed build/darwin/arm64/*/bin/*
var libEmbed embed.FS