Remove stray `quantize` argument in `get_weights_col_packed_qkv` (#2237)
Fixes #2236.
This commit is contained in:
parent
2cb1842852
commit
da82c63a4f
|
@ -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