Model: Check for unsupported cache mode in exllamav2

This commit is contained in:
DocShotgun 2025-05-06 01:18:15 -07:00
parent 45b966363e
commit 9dcde59c57
2 changed files with 18 additions and 2 deletions

View file

@ -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=(