mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
typo removal.
This commit is contained in:
parent
d90383d96d
commit
7b38ca4d7b
@ -337,10 +337,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