Model: Check for unsupported cache mode in exllamav2
This commit is contained in:
parent
45b966363e
commit
9dcde59c57
2 changed files with 18 additions and 2 deletions
|
|
@ -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=(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue