Skip to content

Commit 98841f5

Browse files
author
wangxiaoxin-sherie
committed
xx
1 parent f506fb9 commit 98841f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm_ascend/attention/attention_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def build(
327327
num_computed_tokens_cpu = (seq_lens - query_lens)
328328

329329
if attn_state == AscendAttentionState.DecodeOnly and \
330-
common_attn_metadata.num_input_tokens > num_actual_tokens:
330+
common_attn_metadata.num_input_tokens > num_actual_tokens:
331331
padded_num_tokens = common_attn_metadata.num_input_tokens - num_actual_tokens
332332
seq_lens = torch.cat([
333333
seq_lens,

0 commit comments

Comments
 (0)