Skip to content

Commit 2a93b93

Browse files
committed
rebase
Signed-off-by: shen-shanshan <[email protected]>
1 parent ec7b892 commit 2a93b93

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
@@ -53,7 +53,7 @@
5353
from vllm.sequence import IntermediateTensors, PoolerOutput
5454
from vllm.tasks import GenerationTask, PoolingTask, SupportedTask
5555
from vllm.utils import (STR_DTYPE_TO_TORCH_DTYPE, DeviceMemoryProfiler,
56-
GiB_bytes, LazyLoader, check_use_alibi, get_dtype_size,
56+
GiB_bytes, check_use_alibi, get_dtype_size,
5757
is_pin_memory_available, round_up, supports_dynamo)
5858
from vllm.v1.attention.backends.gdn_attn import GDNAttentionMetadataBuilder
5959
from vllm.v1.attention.backends.utils import (

0 commit comments

Comments
 (0)