Unverified Commit da82c63a authored by Daniël de Kok's avatar Daniël de Kok Committed by GitHub
Browse files

Remove stray `quantize` argument in `get_weights_col_packed_qkv` (#2237)

Fixes #2236.
parent 2cb18428
...@@ -261,7 +261,6 @@ class Weights: ...@@ -261,7 +261,6 @@ class Weights:
def get_weights_col_packed_qkv( def get_weights_col_packed_qkv(
self, self,
prefix: str, prefix: str,
quantize: str,
num_heads: int, num_heads: int,
num_key_value_heads: int, num_key_value_heads: int,
): ):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment