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