Skip to content

Commit f98d4d3

Browse files
jmkuebleryewentao256
authored andcommitted
[Bug] fix import and unit test (#25558)
Signed-off-by: Jonas M. Kübler <44084297+jmkuebler@users.noreply.github.com> Signed-off-by: yewentao256 <zhyanwentao@126.com>
1 parent d5c0f43 commit f98d4d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/v1/attention/test_attention_splitting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
slice_query_start_locs,
1212
split_attn_metadata,
1313
split_decodes_and_prefills)
14-
from vllm.v1.worker.ubatch_utils import create_ubatch_slices
14+
from vllm.v1.worker.ubatch_splitting import create_ubatch_slices
1515

1616

1717
@pytest.fixture

0 commit comments

Comments
 (0)