Skip to content

Commit 2ff9a09

Browse files
committed
Remove unused import
Signed-off-by: Thomas Parnell <tpa@zurich.ibm.com>
1 parent 11680bf commit 2ff9a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/v1/worker/gpu_model_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
from vllm.sampling_params import SamplingType
4444
from vllm.sequence import IntermediateTensors
4545
from vllm.utils import (STR_DTYPE_TO_TORCH_DTYPE, DeviceMemoryProfiler,
46-
GiB_bytes, LazyLoader, async_tensor_h2d, cdiv,
46+
GiB_bytes, LazyLoader, async_tensor_h2d,
4747
check_use_alibi, get_dtype_size,
4848
is_pin_memory_available, round_up)
4949
from vllm.v1.attention.backends.mamba_attn import Mamba2AttentionBackend

0 commit comments

Comments
 (0)