Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

</div>

## Overview
## (Testing) Overview

NeMo DFM (Diffusion Foundation Models) is a library under [NeMo Framework](https://github.com/NVIDIA-NeMo), focusing on diffusion models for **Video**, **Image**, and **Text** generation. It unifies cutting-edge diffusion-based architectures and training techniques, prioritizing efficiency and performance from research prototyping to production deployment.

Expand Down
2 changes: 1 addition & 1 deletion dfm/src/megatron/model/wan/rope_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

class Wan3DRopeEmbeddings(torch.nn.Module):
"""
Wan 3D RoPE embeddings implementation.
Wan 3D RoPE embeddings implementation. Change for Testing.
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.
"""

Expand Down