Skip to content

Commit e4814d8

Browse files
authored
Update hpu_model_runner.py
1 parent 9d6ac52 commit e4814d8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

vllm_gaudi/v1/worker/hpu_model_runner.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)