Skip to content

Commit db3939e

Browse files
update
1 parent b43ac44 commit db3939e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llava/model/llava_arch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ def prepare_inputs_labels_for_multimodal(self, input_ids, position_ids, attentio
305305
# currently image_feature is a tensor of shape (4, num_patches, hidden_size)
306306
# we want to first unflatten it to (2, 2, h, w, hidden_size)
307307
# rank0_print("At least we are reaching here")
308-
import pdb; pdb.set_trace()
308+
# import pdb; pdb.set_trace()
309309
if image_idx in video_idx_in_batch: # video operations
310310
# rank0_print("Video")
311311
if mm_newline_position == "grid":

0 commit comments

Comments
 (0)