v0.26.2: Patch fix for adding `self.use_ada_layer_norm_*` params back to `BasicTransformerBlock`
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.