This website requires JavaScript.
Explore
Help
Sign In
root
/
ollama
mirror of
https://github.com/ollama/ollama.git
Watch
1
Star
0
Fork
You've already forked ollama
0
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
77dc1a6d74
ollama
/
main.go
10 lines
101 B
Go
Raw
Normal View
History
Unescape
Escape
wip go engine Co-authored-by: Patrick Devine <pdevine@sonic.net>
2023-07-04 03:22:44 +08:00
package
main
import
(
add llama.cpp go bindings
2023-07-04 04:32:48 +08:00
"github.com/jmorganca/ollama/cmd"
wip go engine Co-authored-by: Patrick Devine <pdevine@sonic.net>
2023-07-04 03:22:44 +08:00
)
func
main
(
)
{
cmd
.
NewCLI
(
)
.
Execute
(
)
}