Skip to content

Commit aa74dfe

Browse files
committed
feat(conf): decrease llama-server verbosity for ./goinfer -debug
1 parent b0ad1ec commit aa74dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/conf.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ var (
7474
Exe: "/home/me/llama.cpp/build/bin/llama-server",
7575
Args: Args{
7676
Verbose: "--verbose-prompt",
77-
Debug: "--verbosity 2",
77+
Debug: "--verbosity 1",
7878
Common: "--props --no-warmup --no-mmap",
7979
Goinfer: "--jinja --chat-template-file template.jinja",
8080
},

0 commit comments

Comments
 (0)