Skip to content

Commit

Permalink
Make isort happy
Browse files Browse the repository at this point in the history
Signed-off-by: Jee Jee Li <[email protected]>
  • Loading branch information
jeejeelee committed Jan 9, 2025
1 parent 61c42cf commit 0d19f03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions tests/lora/test_punica_ops_sizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
import torch

import vllm.lora.ops.triton_ops # noqa: F401
from vllm.lora.ops.triton_ops.utils import _LORA_A_PTR_DICT, _LORA_B_PTR_DICT
from vllm.platforms import current_platform
from vllm.lora.ops.torch_ops import (bgmv_expand, bgmv_expand_slice,
bgmv_shrink, sgmv_expand,
sgmv_expand_slice, sgmv_shrink)
from vllm.lora.ops.triton_ops.utils import _LORA_A_PTR_DICT, _LORA_B_PTR_DICT
from vllm.platforms import current_platform

from .utils import (assert_close, generate_data,
generate_data_for_expand_nslices,
generate_data_for_nslices)
Expand Down
4 changes: 2 additions & 2 deletions tests/lora/test_punica_ops_variation.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@

# Enable custom op register
import vllm.lora.ops.triton_ops # noqa: F401
from vllm.lora.ops.triton_ops.utils import _LORA_A_PTR_DICT, _LORA_B_PTR_DICT
from vllm.platforms import current_platform
from vllm.lora.ops.torch_ops import (bgmv_expand, bgmv_expand_slice,
bgmv_shrink, sgmv_expand,
sgmv_expand_slice, sgmv_shrink)
from vllm.lora.ops.triton_ops.utils import _LORA_A_PTR_DICT, _LORA_B_PTR_DICT
from vllm.platforms import current_platform

from .utils import (assert_close, generate_data,
generate_data_for_expand_nslices,
Expand Down

0 comments on commit 0d19f03

Please sign in to comment.