Unverified Commit 58c360d9 authored by Jonas M. Kübler's avatar Jonas M. Kübler Committed by GitHub
Browse files

[Bug] fix import and unit test (#25558)


Signed-off-by: default avatarJonas M. Kübler <44084297+jmkuebler@users.noreply.github.com>
parent 42488dae
...@@ -11,7 +11,7 @@ from vllm.v1.attention.backends.utils import (UBatchSlice, ...@@ -11,7 +11,7 @@ from vllm.v1.attention.backends.utils import (UBatchSlice,
slice_query_start_locs, slice_query_start_locs,
split_attn_metadata, split_attn_metadata,
split_decodes_and_prefills) split_decodes_and_prefills)
from vllm.v1.worker.ubatch_utils import create_ubatch_slices from vllm.v1.worker.ubatch_splitting import create_ubatch_slices
@pytest.fixture @pytest.fixture
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment