mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-04-21 23:09:13 +00:00
API: Fix CFG reporting
THe model endpoint wasn't reporting if CFG is on. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
@@ -18,6 +18,7 @@ class ModelCardParameters(BaseModel):
|
||||
cache_mode: Optional[str] = "FP16"
|
||||
prompt_template: Optional[str] = None
|
||||
num_experts_per_token: Optional[int] = None
|
||||
use_cfg: Optional[bool] = None
|
||||
draft: Optional["ModelCard"] = None
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user