Update video_processing_interns1.py

#4
by jack-zxy - opened

Mainly to resolve the following bug:
https://github.com/vllm-project/vllm/issues/25451

The latest transformers will pass extra parameters into the video processor, while the current InternS1 processor lacks **kwargs.
Therefore, this PR adds **kwargs to allow extra inputs.

yehaochen changed pull request status to merged

Sign up or log in to comment