Skip to content

Commit dd3976c

Browse files
author
paulyu
committed
[CI] fix ruff, yapf issues
Signed-off-by: paulyu <paulyu0307@gmail.com>
1 parent afdea57 commit dd3976c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

vllm_ascend/lora/punica_wrapper/punica_npu.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33
from typing import Callable, Optional, Tuple, Union
44

55
import torch
6-
76
from vllm.lora.ops.torch_ops import (bgmv_expand, bgmv_expand_slice,
87
bgmv_shrink, sgmv_expand,
98
sgmv_expand_slice, sgmv_shrink)
10-
119
from vllm.lora.punica_wrapper.punica_base import PunicaWrapperBase
1210

1311

vllm_ascend/platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def get_attn_backend_cls(cls, selected_backend, head_size, dtype,
144144
@classmethod
145145
def get_punica_wrapper(cls) -> str:
146146
return "vllm_ascend.lora.punica_wrapper.punica_npu.PunicaWrapperNPU"
147-
147+
148148
@classmethod
149149
def get_current_memory_usage(cls,
150150
device: Optional[torch.types.Device] = None

0 commit comments

Comments
 (0)