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
When I read the code, I have a quick question: according to the implementation here, the cross attention between audio/video and text does not use rope_apply on q and k. Why is RoPE not applied here?
Hello, thanks for you great work!
When I read the code, I have a quick question: according to the implementation here, the cross attention between audio/video and text does not use
rope_applyonqandk. Why is RoPE not applied here?