Skip to content

Commit 0c43220

Browse files
committed
refact attn metadata build
Signed-off-by: weiguihua2 <[email protected]>
1 parent 66e95c6 commit 0c43220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm_ascend/attention/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class AscendCommonAttentionMetadata:
3636

3737
slot_mapping_cpu: torch.Tensor
3838

39-
actual_seq_lengths_q: Optional[list[int]] = None
39+
actual_seq_lengths_q: Optional[list[int]]
4040

4141
positions: torch.Tensor = None
4242

0 commit comments

Comments
 (0)