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 7ef40bb commit 5a05f26Copy full SHA for 5a05f26
vllm/model_executor/models/nano_nemotron_vl.py
@@ -208,7 +208,7 @@ def video_to_pixel_values(
208
)
209
# dynamic_preprocess returns tensors already; take the single tile
210
assert len(pil_frame) >= 1
211
- frames_tensors.append(pil_frame[0])
+ frames_tensors.append(pil_frame[-1])
212
213
return torch.stack(frames_tensors)
214
0 commit comments