Skip to content

Commit 4f1b2b2

Browse files
committed
Address lint
Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
1 parent e989be5 commit 4f1b2b2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

vllm_ascend/ops/rotary_embedding.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,8 @@ def rope_forward_oot(
7070
key,
7171
self.cos_sin_cache,
7272
self.head_size,
73-
mrope_section=[0,0,0],
74-
rotary_mode='half' if neox_style else 'interleave'
75-
)
73+
mrope_section=[0, 0, 0],
74+
rotary_mode='half' if neox_style else 'interleave')
7675
return query.view(query_shape), key.view(key_shape)
7776

7877

0 commit comments

Comments
 (0)