Skip to content

Commit a0a0c38

Browse files
committed
fix UT
Signed-off-by: realliujiaxu <realliujiaxu@163.com>
1 parent da0c351 commit a0a0c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ut/models/test_qwen2_5_vl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def init_vision_transformer(
295295
mock_group.rank_in_group = 0
296296
mock_group.world_size = 2
297297
mocker.patch(
298-
"vllm_ascend.ops.linear.get_tp_group",
298+
"vllm_ascend.ops.linear_op.get_tp_group",
299299
return_value=mock_group,
300300
)
301301

0 commit comments

Comments
 (0)