ollama/llm/llm_linux.go

7 lines
84 B
Go

package llm
import "embed"
//go:embed build/linux/*/*/bin/*
var libEmbed embed.FS