Replace video_fps with fps in tests (#39898)

Signed-off-by: cyy <cyyever@outlook.com>
This commit is contained in:
Yuanyuan Chen
2025-08-05 18:39:55 +08:00
committed by GitHub
parent 1af1071081
commit 98a3c49135
6 changed files with 28 additions and 28 deletions

View File

@@ -234,7 +234,7 @@ class InternVLProcessorTest(ProcessorTesterMixin, unittest.TestCase):
self.assertTrue(self.videos_input_name in out_dict_with_video)
self.assertEqual(len(out_dict_with_video[self.videos_input_name]), num_frames)
# Load with `video_fps` arg is not possible with InternVL (skip)
# Load with `fps` arg is not possible with InternVL (skip)
# Load without any arg should use the default loading method
out_dict_with_video = processor.apply_chat_template(