We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8044fd8 commit 3fce944Copy full SHA for 3fce944
llama_cpp/server/app.py
@@ -70,7 +70,7 @@ class Settings(BaseSettings):
70
default=True, description="if true, use experimental mul_mat_q kernels"
71
)
72
f16_kv: bool = Field(default=True, description="Whether to use f16 key/value.")
73
- logits_all: bool = Field(default=True, description="Whether to return logits.")
+ logits_all: bool = Field(default=False, description="Whether to return logits.")
74
vocab_only: bool = Field(
75
default=False, description="Whether to only return the vocabulary."
76
0 commit comments