mirror of
https://github.com/tcsenpai/ollama.git
synced 2025-06-07 11:45:21 +00:00
disable default debug
This commit is contained in:
parent
fd77dbec4d
commit
e547378893
@ -4,14 +4,9 @@ package main
|
|||||||
// go build -ldflags="-H windowsgui" .
|
// go build -ldflags="-H windowsgui" .
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"os"
|
|
||||||
|
|
||||||
"github.com/jmorganca/ollama/app/lifecycle"
|
"github.com/jmorganca/ollama/app/lifecycle"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
// TODO - remove as we end the early access phase
|
|
||||||
os.Setenv("OLLAMA_DEBUG", "1") // nolint:errcheck
|
|
||||||
|
|
||||||
lifecycle.Run()
|
lifecycle.Run()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user