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
2ed26f0047
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-03 15:22:44 -04:00
package
main
import
(
add llama.cpp go bindings
2023-07-03 16:32:48 -04:00
"github.com/jmorganca/ollama/cmd"
wip go engine Co-authored-by: Patrick Devine <pdevine@sonic.net>
2023-07-03 15:22:44 -04:00
)
func
main
(
)
{
cmd
.
NewCLI
(
)
.
Execute
(
)
}
Reference in a new issue
Copy permalink