Skip to content

Commit 6605f5d

Browse files
format
Signed-off-by: Lucas Wilkinson <lwilkins@redhat.com>
1 parent a7d64ef commit 6605f5d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vllm/v1/worker/gpu_model_runner.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@
4141
from vllm.sampling_params import SamplingType
4242
from vllm.sequence import IntermediateTensors
4343
from vllm.utils import (STR_DTYPE_TO_TORCH_DTYPE, DeviceMemoryProfiler,
44-
GiB_bytes, LazyLoader,
45-
check_use_alibi, get_dtype_size,
44+
GiB_bytes, LazyLoader, check_use_alibi, get_dtype_size,
4645
is_pin_memory_available, round_up)
4746
from vllm.v1.attention.backends.mamba_attn import Mamba2AttentionBackend
4847
from vllm.v1.attention.backends.utils import (AttentionMetadataBuilder,

0 commit comments

Comments
 (0)