[Bugfix][Renderer] Rebuild vision chunk UUIDs in async render path (#49400)

Signed-off-by: Guan-Ming (Wesley) Chiu <105915352+guan404ming@users.noreply.github.com>
This commit is contained in:
Guan-Ming Chiu
2026-07-22 14:11:24 +00:00
committed by GitHub
parent c79ff5f918
commit 2dc5a72e7e
+2
View File
@@ -1122,6 +1122,8 @@ class HfRenderer(BaseRenderer[HfTokenizer]):
and mm_uuids is not None
and mm_data is not None
):
mm_uuids = rebuild_mm_uuids_from_mm_data(mm_uuids, mm_data)
# get video placeholder, replace it with runtime video-chunk prompts
video_placeholder = getattr(
model_config.hf_config, "video_placeholder", None