mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-22 15:32:08 +00:00
Remove stray quantize
argument in get_weights_col_packed_qkv
(#2237)
Fixes #2236.
This commit is contained in:
parent
7177da0df6
commit
e0710ccbeb
@ -261,7 +261,6 @@ class Weights:
|
||||
def get_weights_col_packed_qkv(
|
||||
self,
|
||||
prefix: str,
|
||||
quantize: str,
|
||||
num_heads: int,
|
||||
num_key_value_heads: int,
|
||||
):
|
||||
|
Loading…
Reference in New Issue
Block a user