typo removal.

This commit is contained in:
Nicolas Patry 2024-01-25 15:31:39 +01:00
parent be59a6bc01
commit 6568e4812f

View File

@ -332,10 +332,6 @@ def get_linear(weight, bias, quantize):
)
elif quantize == "fp8":
linear = Fp8Linear(weight, bias)
else:
raise ImportError(
"Please install EETQ from https://github.com/NetEase-FuXi/EETQ"
)
elif quantize == "bitsandbytes":
warn_deprecate_bnb()
linear = Linear8bitLt(