nit [skip e2e]
This commit is contained in:
committed by
Sung Ching Liu
parent
aba484de97
commit
143b2e082c
@@ -28,7 +28,7 @@ class QuantizationConfig(BaseModel):
|
||||
backend: Literal["bnb", "hqq", "gptq"] | None = None
|
||||
bits: int | None = None
|
||||
bnb_config: dict[str, Any] | None = None
|
||||
hqq_config: Annotated[list[HQQConfig], MinLen(1)] | None = None
|
||||
hqq_config: HQQConfig | Annotated[list[HQQConfig], MinLen(1)] | None = None
|
||||
|
||||
@model_validator(mode="before")
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user