Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
e5473788
Commit
e5473788
authored
Feb 15, 2024
by
Michael Yang
Browse files
disable default debug
parent
fd77dbec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
app/main.go
app/main.go
+0
-5
No files found.
app/main.go
View file @
e5473788
...
@@ -4,14 +4,9 @@ package main
...
@@ -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
()
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment