Need to update where it looks for quant

This commit is contained in:
Star
2023-03-25 20:44:31 -07:00
committed by GitHub
parent b5af1521e2
commit cd49d366b3
+1 -1
View File
@@ -33,7 +33,7 @@ def is_bnb_available():
def is_gptq_available():
return importlib.util.find_spec("quant") is not None
return importlib.util.find_spec("gptq_llama.quant") is not None
if is_bnb_available():