Skip to content

Commit

Permalink
typo removal.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Jan 25, 2024
1 parent abd0682 commit e92ab27
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions server/text_generation_server/utils/layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit e92ab27

Please sign in to comment.