Skip to content

Commit 7a30161

Browse files
author
wangxiaoxin-sherie
committed
xx
1 parent b408051 commit 7a30161

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
@@ -1295,7 +1295,7 @@ def forward(
12951295
query, attn_metadata, output)
12961296
else:
12971297
intermediate_output, num_tokens = self.full_graph_attention(query, key, value, attn_metadata,
1298-
output)
1298+
output)
12991299
output[:num_tokens] = intermediate_output[:num_tokens]
13001300

13011301
return output

0 commit comments

Comments
 (0)