Skip to content

Commit 3c7f3d7

Browse files
committed
fix test
Signed-off-by: sfeng33 <4florafeng@gmail.com>
1 parent e79fac7 commit 3c7f3d7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/v1/worker/test_gpu_input_batch.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,7 @@ def _construct_cached_request_state(req_id_suffix: int):
203203
prompt_token_ids=prompt_token_ids,
204204
sampling_params=_create_sampling_params(),
205205
pooling_params=None,
206-
mm_kwargs=[],
207-
mm_positions=[],
208-
mm_hashes=[],
206+
mm_features=[],
209207
block_ids=([], ),
210208
generator=None,
211209
num_computed_tokens=len(output_token_ids),

0 commit comments

Comments
 (0)