Skip to content

Commit c7bf0fa

Browse files
committed
Remove not existing parameter.
Signed-off-by: liji-nv <[email protected]>
1 parent c37038b commit c7bf0fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tensorrt_llm/_torch/models/modeling_llama.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,7 @@ def _forward_nope(
173173
attention_mask,
174174
None,
175175
None,
176-
mrope_config,
177-
attention_sinks=None)
176+
mrope_config)
178177

179178
if isinstance(attn_output, tuple):
180179
attn_output = Fp4QuantizedTensor(attn_output[0], attn_output[1])

0 commit comments

Comments
 (0)