Skip to content

Commit

Permalink
Remove stray quantize argument in get_weights_col_packed_qkv (#2237)
Browse files Browse the repository at this point in the history
Fixes #2236.
  • Loading branch information
danieldk authored and ErikKaum committed Jul 26, 2024
1 parent f3d709b commit 1c11084
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/text_generation_server/utils/weights.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ def get_packed_sharded(
def get_weights_col_packed_qkv(
self,
prefix: str,
quantize: str,
num_heads: int,
num_key_value_heads: int,
):
Expand Down

0 comments on commit 1c11084

Please sign in to comment.