Skip to content

Commit 6018a58

Browse files
committed
[fix]: correct return type of get_mrope_input_positions
Signed-off-by: AzizCode92 <[email protected]>
1 parent 24a7546 commit 6018a58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vllm/worker/model_runner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,7 @@ def _compute_multi_modal_input(self, inter_data: InterDataForSeqGroup,
692692
audio_feature_lengths=audio_feature_lengths,
693693
use_audio_in_video=use_audio_in_video,
694694
)
695+
mrope_input_positions = mrope_input_positions.tolist()
695696
else:
696697
mrope_input_positions, mrope_position_delta = \
697698
MRotaryEmbedding.get_input_positions(

0 commit comments

Comments
 (0)