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
3
Packages
Projects
Releases
Wiki
Activity
6559a5b48f
ollama
/
main.go
10 lines
101 B
Go
Raw
Blame
History
package
main
import
(
"github.com/jmorganca/ollama/cmd"
)
func
main
(
)
{
cmd
.
NewCLI
(
)
.
Execute
(
)
}
Reference in New Issue
View Git Blame
Copy Permalink