[Misc] Continue refactoring model tests (#17573)

Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
Cyrus Leung
2025-05-02 13:06:08 +08:00
committed by GitHub
parent b4003d11fc
commit f89d0e11bf
6 changed files with 20 additions and 16 deletions

View File

@@ -1109,7 +1109,7 @@ def get_multi_modal_input(args):
if args.modality == "video":
# Input video and question
video = VideoAsset(name="sample_demo_1.mp4",
video = VideoAsset(name="sample_demo_1",
num_frames=args.num_frames).np_ndarrays
vid_questions = ["Why is this video funny?"]