[Input] Remove unused prompt field (#26097)

Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
Signed-off-by: yewentao256 <zhyanwentao@126.com>
This commit is contained in:
Cyrus Leung
2025-10-03 15:23:21 +08:00
committed by yewentao256
parent 7e4b1861c3
commit ae03f4c010
15 changed files with 67 additions and 101 deletions

View File

@ -37,4 +37,5 @@ def test_multimodal_processor(model_id):
hf_processor_mm_kwargs={},
)
assert str_processed_inputs["prompt"] == ids_processed_inputs["prompt"]
assert (str_processed_inputs["prompt_token_ids"]
== ids_processed_inputs["prompt_token_ids"])