Skip to content

Commit

Permalink
Wrap lines in docstring (#5190)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcuenca authored Sep 26, 2023
1 parent 16d56c4 commit ae2fc01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/diffusers/models/attention_flax.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ class FlaxAttention(nn.Module):
use_memory_efficient_attention (`bool`, *optional*, defaults to `False`):
enable memory efficient attention https://arxiv.org/abs/2112.05682
split_head_dim (`bool`, *optional*, defaults to `False`):
Whether to split the head dimension into a new axis for the self-attention computation. In most cases, enabling this flag should speed up the computation for Stable Diffusion 2.x and Stable Diffusion XL.
Whether to split the head dimension into a new axis for the self-attention computation. In most cases,
enabling this flag should speed up the computation for Stable Diffusion 2.x and Stable Diffusion XL.
dtype (:obj:`jnp.dtype`, *optional*, defaults to jnp.float32):
Parameters `dtype`
Expand Down

0 comments on commit ae2fc01

Please sign in to comment.