We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98dde6f + e31a035 commit a10784aCopy full SHA for a10784a
1 file changed
slm_server/config.py
@@ -62,7 +62,7 @@ class Settings(BaseSettings):
62
description="Owner label for /models list. Set SLM_MODEL_OWNER to override.",
63
)
64
n_ctx: int = Field(
65
- 8192, description="Maximum context window (input + generated tokens)."
+ 2048, description="Maximum context window (input + generated tokens)."
66
67
n_threads: int = Field(
68
2, description="Number of OpenMP threads llama‑cpp will spawn."
0 commit comments