[V0 Deprecation] Remove V0-only methods in multi-modal registry (#25362)

Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
Cyrus Leung
2025-09-22 13:58:26 +08:00
committed by GitHub
parent 0eecb31663
commit 6d0b827cbd
2 changed files with 1 additions and 32 deletions

View File

@@ -209,7 +209,6 @@ def batch_make_video_embeddings(
return visual(pixel_values_on_device,
grid_thw=video_grid_thw_on_device).cpu()
# V1 Test: this calls a V0 internal.
video_embeds = torch.concat(llm.apply_model(get_image_embeds))
# split into original batches