mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-24 00:12:08 +00:00
typo removal.
This commit is contained in:
parent
be59a6bc01
commit
6568e4812f
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user