1b249748ab
This also refines the build process for the ext_server build.
8 lines
103 B
Go
8 lines
103 B
Go
package llm
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed llama.cpp/build/linux/*/*/lib/*.so*
|
|
var libEmbed embed.FS
|