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 2401861 commit 2da1b64Copy full SHA for 2da1b64
llava/model/language_model/llava_qwen.py
@@ -92,7 +92,6 @@ def forward(
92
dpo_forward: Optional[bool] = False,
93
cache_position=None,
94
) -> Union[Tuple, CausalLMOutputWithPast]:
95
- print ('actions', actions)
96
if inputs_embeds is None:
97
(input_ids, position_ids, attention_mask, past_key_values, inputs_embeds, labels, action_idx) = self.prepare_inputs_labels_for_multimodal(input_ids, position_ids, attention_mask, past_key_values, labels, images, modalities, image_sizes)
98
0 commit comments