fix more typo

This commit is contained in:
Sunny Liu
2025-04-18 16:54:36 -04:00
committed by Sung Ching Liu
parent 8926fe9981
commit f6f5f89c6d

View File

@@ -383,7 +383,7 @@ class AxolotlInputConfig(
@classmethod
def check_hqq_config_redundancy(cls, data):
if (data.get("load_in_4bit") or data.get("load_in_8bit")) and data.get(
"hqq_nbits"
"use_hqq"
):
raise ValueError(