Skip to content

Commit 4035427

Browse files
committed
Fixes to mrope_config. fields
Signed-off-by: Michal Guzek <mguzek@nvidia.com>
1 parent fa3878b commit 4035427

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tensorrt_llm/_torch/models/modeling_qwen3_5.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,8 @@ def multimodal_data_device_paths(self) -> List[str]:
434434
"image.pixel_values",
435435
"video.pixel_values_videos",
436436
"multimodal_embedding",
437+
"mrope_config.mrope_position_ids",
438+
"mrope_config.mrope_position_deltas",
437439
]
438440

439441
def load_weights(self, weights: Dict[str, torch.Tensor], weight_mapper: BaseWeightMapper):

0 commit comments

Comments
 (0)