mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
Remove stray quantize
argument in get_weights_col_packed_qkv
Fixes #2236.
This commit is contained in:
parent
06d0e880e0
commit
6d28c381d2
@ -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