Skip to content

Commit e92ab27

Browse files
committed
typo removal.
1 parent abd0682 commit e92ab27

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

server/text_generation_server/utils/layers.py

-4
Original file line numberDiff line numberDiff line change
@@ -337,10 +337,6 @@ def get_linear(weight, bias, quantize):
337337
)
338338
elif quantize == "fp8":
339339
linear = Fp8Linear(weight, bias)
340-
else:
341-
raise ImportError(
342-
"Please install EETQ from https://github.com/NetEase-FuXi/EETQ"
343-
)
344340
elif quantize == "bitsandbytes":
345341
warn_deprecate_bnb()
346342
linear = Linear8bitLt(

0 commit comments

Comments
 (0)