We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ad1ec commit aa74dfeCopy full SHA for aa74dfe
conf/conf.go
@@ -74,7 +74,7 @@ var (
74
Exe: "/home/me/llama.cpp/build/bin/llama-server",
75
Args: Args{
76
Verbose: "--verbose-prompt",
77
- Debug: "--verbosity 2",
+ Debug: "--verbosity 1",
78
Common: "--props --no-warmup --no-mmap",
79
Goinfer: "--jinja --chat-template-file template.jinja",
80
},
0 commit comments