This website requires JavaScript.
Explore
Help
Register
Sign In
highperfocused
/
ollama
Watch
1
Star
0
Fork
0
You've already forked ollama
mirror of
https://github.com/ollama/ollama.git
synced
2025-03-19 22:32:15 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ollama
/
main.go
10 lines
101 B
Go
Raw
Permalink
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 New Issue
Copy Permalink