Update modeling_minicpmv.py
Browse files- modeling_minicpmv.py +1 -1
modeling_minicpmv.py
CHANGED
|
@@ -266,7 +266,7 @@ class MiniCPMV(MiniCPMVPreTrainedModel):
|
|
| 266 |
print(model_inputs)
|
| 267 |
(
|
| 268 |
input_embeds,
|
| 269 |
-
|
| 270 |
) = self.get_vllm_embedding(model_inputs)
|
| 271 |
print(input_embeds.shape, f"INPUT_EMBEDS {counter}")
|
| 272 |
counter += 1
|
|
|
|
| 266 |
print(model_inputs)
|
| 267 |
(
|
| 268 |
input_embeds,
|
| 269 |
+
vision_hidden_states_dummy,
|
| 270 |
) = self.get_vllm_embedding(model_inputs)
|
| 271 |
print(input_embeds.shape, f"INPUT_EMBEDS {counter}")
|
| 272 |
counter += 1
|