Skip to content

Commit af05207

Browse files
authored
Merge pull request #10 from NVIDIA-NeMo/dfm_init
Initial commit related to dfm repo structure Very nice structure and merge to work on other MR landings.
2 parents 2112b6b + 0b15c01 commit af05207

File tree

25 files changed

+60
-0
lines changed

25 files changed

+60
-0
lines changed

dfm/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# DFM - Diffusion Foundation Models
2+
3+
Main directory for diffusion model implementations and examples.

dfm/__init__.py

Whitespace-only changes.

dfm/src/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Source
2+
3+
Core implementations for diffusion models.

dfm/src/__init__.py

Whitespace-only changes.

dfm/src/common/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Common
2+
3+
Shared utilities, like data handling, pre-processing (EDM, Flow-Matching)

dfm/src/common/__init__.py

Whitespace-only changes.

dfm/src/common/data/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Data
2+
3+
Data loading and preprocessing utilities for diffusion models.

dfm/src/common/data/__init__.py

Whitespace-only changes.

dfm/src/dtensor/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# DTensor Models
2+
3+
Models implemented using Dtensors (NeMo Automodel)
4+

dfm/src/dtensor/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)