mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-15 00:07:28 +00:00
Model: Check for unsupported cache mode in exllamav2
This commit is contained in:
@@ -229,7 +229,6 @@ class ModelConfig(BaseConfigModel):
|
||||
"or auto-calculate."
|
||||
),
|
||||
)
|
||||
# TODO: Separate validation for Exl2 and Exl3 q-cache options
|
||||
cache_mode: Optional[CACHE_TYPE] = Field(
|
||||
"FP16",
|
||||
description=(
|
||||
|
||||
Reference in New Issue
Block a user