Skip to content

Commit

Permalink
Add fix for issue #43
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-q-z committed Dec 9, 2024
1 parent e7bde41 commit 16f3e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmcache_vllm/scheduler_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from itertools import compress

from vllm.core.interfaces import AllocStatus, BlockSpaceManager
from vllm.core.scheduler import (SchedulingBudget, SchedulerRunningOutputs, SchedulerOutputs,
from vllm.core.scheduler import (PreemptionMode, SchedulingBudget, SchedulerRunningOutputs, SchedulerOutputs,
SchedulerPrefillOutputs, SchedulerSwappedInOutputs,
seq_group_metadata_builder, scheduler_running_outputs_builder,
scheduled_seq_group_builder)
Expand Down

0 comments on commit 16f3e3e

Please sign in to comment.