mirror of
https://github.com/cloudstack-llc/ollama.git
synced 2026-07-19 14:43:30 -04:00
1b249748ab
This also refines the build process for the ext_server build.
9 lines
103 B
Go
9 lines
103 B
Go
package llm
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed llama.cpp/build/linux/*/*/lib/*.so*
|
|
var libEmbed embed.FS
|