We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f3798d commit 4bcc64fCopy full SHA for 4bcc64f
src/transformers/models/qwen2_5_vl/modular_qwen2_5_vl.py
@@ -803,7 +803,7 @@ def prepare_inputs_for_generation(
803
**kwargs,
804
)
805
806
- # Qwen2-5-VL position_ids are prepareed with rope_deltas in forward
+ # Qwen2-5-VL position_ids are prepareed with rope_deltas in forward
807
model_inputs["position_ids"] = None
808
809
if cache_position[0] != 0:
0 commit comments