llm_linux.go 84 B

1234567
  1. package llm
  2. import "embed"
  3. //go:embed build/linux/*/*/bin/*
  4. var libEmbed embed.FS