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
There is a bug in BlockDiagonalCausalMask.to(..) implementation from xformers. Currently, it calls the parent class function BlockDiagonalMask.to(..) and returns a BlockDiagonalMask .
There is a bug in
BlockDiagonalCausalMask.to(..)
implementation from xformers. Currently, it calls the parent class functionBlockDiagonalMask.to(..)
and returns aBlockDiagonalMask
.Tested on xformers version 0.0.28.post3
The text was updated successfully, but these errors were encountered: