forgot to return data in check

This commit is contained in:
Sunny Liu
2025-04-16 16:37:51 -04:00
committed by Sung Ching Liu
parent 99730ce40a
commit db6c76b147

View File

@@ -26,6 +26,8 @@ class HQQConfig(BaseModel):
"If using HQQ, must set both `hqq_nbits` and `hqq_group_size`"
)
return data
def get_hqq_quant_config_kwargs(cfg):