You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dfm/src/megatron/model/wan/rope_utils.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
19
19
classWan3DRopeEmbeddings(torch.nn.Module):
20
20
"""
21
-
Wan 3D RoPE embeddings implementation.
21
+
Wan 3D RoPE embeddings implementation. Change for Testing.
22
22
Implements Wan's 3D RoPE embeddings for Mcore Attention based on Wan's implementation at https://github.com/Wan-Video/Wan2.1/blob/main/wan/modules/model.py.
0 commit comments