Long video - crash

#38
by Marbuel - opened

Hello everyone,
I tried to add this setting to my vLLM serve command:
--mm-processor-kwargs '{"videos_kwargs": {"size": {"longest_edge": 469762048, "shortest_edge": 4096}}}'
And with this the server spits an error every time, no matter what video size I submit.
Any idea why? Or how else to set long video analysis option? My GPU has VRAM for 256k tokens (and more).
Thank you!

Just want to add that the error the server give is this:
Error communicating with LLM: Error code: 500 - {'error': {'message': 'timestamps and tokens_per_frame must have the same length', 'type': 'InternalServerError', 'param': None, 'code': 500}}

Sign up or log in to comment