Unverified Commit 9ad5abe7 authored by milesial's avatar milesial Committed by GitHub
Browse files

Fix Nano Nemotron VL static image inputs (#40724)


Signed-off-by: default avatarAlexandre Milesi <milesial@users.noreply.github.com>
parent 7d3195ea
...@@ -1124,7 +1124,9 @@ class NemotronH_Nano_VL_V2( ...@@ -1124,7 +1124,9 @@ class NemotronH_Nano_VL_V2(
) )
else: else:
return NanoNemotronVLImagePixelInputs( return NanoNemotronVLImagePixelInputs(
num_patches=kwargs.pop("image_num_patches"), **kwargs pixel_values_flat=pixel_values_flat,
num_patches=kwargs.pop("image_num_patches"),
**kwargs,
) )
def _process_image_input_dynamic( def _process_image_input_dynamic(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment