npu gw small fix (#12249)
This commit is contained in:
parent
aae2490cb8
commit
e8cf7f32f5
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ def run_model(
|
|||
class LLMBaseNNFactory(NNFactory):
|
||||
|
||||
def __init__(self, max_seq_len, transpose_value, dtype, profile=False, device="NPU",
|
||||
n_splits_linear=1, n_splits_down_proj=1, group_size=False):
|
||||
n_splits_linear=1, n_splits_down_proj=1, group_size=0):
|
||||
super().__init__(profile, device)
|
||||
self.cache_parameter_ops = []
|
||||
self.input_ops = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue