Lint
This commit is contained in:
parent
2289e9031e
commit
fadb295d4d
3 changed files with 3 additions and 4 deletions
|
@ -414,8 +414,8 @@ def ExLlamav2_HF_loader(model_name):
|
|||
|
||||
def HQQ_loader(model_name):
|
||||
try:
|
||||
from hqq.core.quantize import HQQBackend, HQQLinear
|
||||
from hqq.engine.hf import HQQModelForCausalLM
|
||||
from hqq.core.quantize import HQQLinear, HQQBackend
|
||||
except ModuleNotFoundError:
|
||||
logger.error("HQQ is not installed. You can install it with:\n\npip install hqq")
|
||||
return None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue