Signed-off-by: Pr0Wh1teGivee <calvin_zhu0210@outlook.com>
Signed-off-by: weichen <calvin_zhu0210@outlook.com>
This commit is contained in:
Pr0Wh1teGivee 2025-12-06 10:16:03 +08:00 committed by weichen
parent ac674f6fc7
commit cc0a8ae572
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from collections import deque
from collections.abc import Iterable, Iterator
from enum import Enum
from vllm.v1.core.sched.policy.weighted_score_softer import WeightedScoreSorter
from vllm.v1.core.sched.policy.weighted_score_sorter import WeightedScoreSorter
from vllm.v1.request import Request