Skip to content

v0.26.2: Patch fix for adding `self.use_ada_layer_norm_*` params back to `BasicTransformerBlock`

Compare
Choose a tag to compare
@sayakpaul sayakpaul released this 06 Feb 02:13
· 531 commits to main since this release

In v0.26.0, we introduced a bug 馃悰 in the BasicTransformerBlock by removing some boolean flags. This caused many popular libraries tomesd to break. We have fixed that in this release. Thanks to @vladmandic for bringing this to our attention.

All commits

  • add self.use_ada_layer_norm_* params back to BasicTransformerBlock by @yiyixuxu in #6841