llm_linux.go 84 Bytes
Newer Older
1
2
3
4
5
6
package llm

import "embed"

//go:embed build/linux/*/*/bin/*
var libEmbed embed.FS