This website requires JavaScript.
Explore
Help
Sign in
baalajimaestro
/
ollama
Watch
1
Star
0
Fork
You've already forked ollama
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
636d6eea99
ollama
/
llm
/
payload_linux.go
9 lines
103 B
Go
Raw
Normal View
History
Unescape
Escape
Always dynamically load the llm server library This switches darwin to dynamic loading, and refactors the code now that no static linking of the library is used on any platform
2024-01-10 04:29:58 +00:00
package
llm
import
(
"embed"
)
Add multiple CPU variants for Intel Mac This also refines the build process for the ext_server build.
2024-01-13 00:28:00 +00:00
//go:embed llama.cpp/build/linux/*/*/lib/*.so*
Always dynamically load the llm server library This switches darwin to dynamic loading, and refactors the code now that no static linking of the library is used on any platform
2024-01-10 04:29:58 +00:00
var
libEmbed
embed
.
FS
Reference in a new issue
Copy permalink