Update lora.py

This commit is contained in:
John Smith
2023-03-28 23:51:35 +08:00
committed by GitHub
parent 9678ef5e77
commit 360de4e0b1
+1 -1
View File
@@ -33,7 +33,7 @@ def is_bnb_available():
def is_gptq_available():
return importlib.util.find_spec("quant_cuda") is not None
return importlib.util.find_spec("gptq_llama.quant_cuda") is not None
if is_bnb_available():