We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc9152 commit 8d6c458Copy full SHA for 8d6c458
tests/models/glm46v/test_processor_glm46v.py
@@ -215,7 +215,7 @@ def test_apply_chat_template_video_frame_sampling(self):
215
add_generation_prompt=True,
216
tokenize=True,
217
return_dict=True,
218
- video_fps=video_fps,
+ fps=video_fps,
219
)
220
self.assertTrue(self.videos_input_name in out_dict_with_video)
221
self.assertEqual(len(out_dict_with_video[self.videos_input_name]), 8)
0 commit comments