mirror of https://github.com/ollama/ollama.git
9 lines
95 B
Go
9 lines
95 B
Go
|
|
package llm
|
||
|
|
|
||
|
|
import (
|
||
|
|
"embed"
|
||
|
|
)
|
||
|
|
|
||
|
|
//go:embed build/darwin/x86_64/*/bin/*
|
||
|
|
var libEmbed embed.FS
|