ollama/llm/llm_darwin_amd64.go

9 lines
95 B
Go

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