mirror of
https://github.com/ollama/ollama.git
synced 2025-05-10 18:06:33 +02:00
9 lines
98 B
Go
9 lines
98 B
Go
package main
|
|
|
|
import (
|
|
"github.com/ollama/ollama/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.NewCLI().Execute()
|
|
}
|