Skip to content

Commit 8d6c458

Browse files
authored
Fix processor test for glm (#42233)
fix arg name
1 parent 2cc9152 commit 8d6c458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/models/glm46v/test_processor_glm46v.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def test_apply_chat_template_video_frame_sampling(self):
215215
add_generation_prompt=True,
216216
tokenize=True,
217217
return_dict=True,
218-
video_fps=video_fps,
218+
fps=video_fps,
219219
)
220220
self.assertTrue(self.videos_input_name in out_dict_with_video)
221221
self.assertEqual(len(out_dict_with_video[self.videos_input_name]), 8)

0 commit comments

Comments
 (0)