fix more typo
This commit is contained in:
committed by
Sung Ching Liu
parent
8926fe9981
commit
f6f5f89c6d
@@ -383,7 +383,7 @@ class AxolotlInputConfig(
|
|||||||
@classmethod
|
@classmethod
|
||||||
def check_hqq_config_redundancy(cls, data):
|
def check_hqq_config_redundancy(cls, data):
|
||||||
if (data.get("load_in_4bit") or data.get("load_in_8bit")) and data.get(
|
if (data.get("load_in_4bit") or data.get("load_in_8bit")) and data.get(
|
||||||
"hqq_nbits"
|
"use_hqq"
|
||||||
):
|
):
|
||||||
|
|
||||||
raise ValueError(
|
raise ValueError(
|
||||||
|
|||||||
Reference in New Issue
Block a user