Skip to content

Commit 0605c83

Browse files
sayakpaulDN6
andauthored
Update src/diffusers/models/attention_flax.py
Co-authored-by: Dhruv Nair <[email protected]>
1 parent 2a4c02b commit 0605c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/models/attention_flax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ class FlaxAttention(nn.Module):
157157

158158
def setup(self):
159159
logger.warning(
160-
"Flax classes are deprecated and will be removed in Diffusers v1. We "
160+
"Flax classes are deprecated and will be removed in Diffusers v1.0.0 We "
161161
"recommend migrating to PyTorch classes or pinning your version of Diffusers."
162162
)
163163

0 commit comments

Comments
 (0)