You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.mrope_position_delta= [] # use mutable object
We should move this out of class Req. We can pay some costs to recompute it every time if that is possible. Otherwise, we can move that to Class ImageInputs.
The text was updated successfully, but these errors were encountered:
There are still some remaining items to finish the QWen VL support.
mrope_position_delta
is very model specific and seems only related to multi modal.sglang/python/sglang/srt/managers/schedule_batch.py
Line 255 in efbc116
class Req
. We can pay some costs to recompute it every time if that is possible. Otherwise, we can move that toClass ImageInputs
.The text was updated successfully, but these errors were encountered: