File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -4773,14 +4773,6 @@ def _get_mm_dummy_batch(
47734773 height = h # Custom height in pixels
47744774 )
47754775 batch = img_count
4776- < << << << HEAD
4777- processor = self .mm_registry .create_processor (model_config = self .model_config , cache = self .mm_budget .cache )
4778- profiler : MultiModalProfiler = MultiModalProfiler (processor )
4779- dummy_data = profiler .get_decoder_dummy_data (seq_len = 4096 ,
4780- mm_counts = {"image" : img_count },
4781- mm_options = {"image" : image_options })
4782- dummy_mm_data = dummy_data .multi_modal_data
4783- == == == =
47844776
47854777 processor = self .mm_registry .create_processor (model_config = self .model_config , cache = self .mm_budget .cache )
47864778 dummy_data = processor .dummy_inputs .get_decoder_dummy_data (processor ,
@@ -4792,8 +4784,6 @@ def _get_mm_dummy_batch(
47924784 seq_len = 4096 ,
47934785 mm_counts = {"image" : img_count },
47944786 )
4795- '''
4796- >>>>>>> 04ce358 (fix dummy mm data init)
47974787
47984788 assert modality == 'image'
47994789 # Result in the maximum GPU consumption of the model
You can’t perform that action at this time.
0 commit comments