259 | 280 | ): | |
260 | 281 | super().__init__() | |
261 | 282 | self.out_channels = out_channels or in_channels | |
262 | self.inner_dim = self.config.num_attention_heads * self.config.attention_head_dim |
don't really prefer accessing readily available init attributes via the config. I think we were okay with doing this here
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.
Login to write a write a comment.