From e5c45e6af813b5e9f9f538d1d4ae8dedf2af8d53 Mon Sep 17 00:00:00 2001 From: Wenwen Gao <94138584+snowmanwwg@users.noreply.github.com> Date: Wed, 20 May 2026 15:11:52 -0700 Subject: [PATCH] Update README to reflect archived status Added archive notice and updated repository status. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc6efef9..3893f8b9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-# NeMo DFM: Diffusion Foundation Models +# NeMo DFM: Diffusion Foundation Models (Archived) @@ -15,6 +15,11 @@
+## Archive Notice +This repo is being archived. +- For diffusion model training using megatron, please refer to [NeMo Megatron-Bridge](https://github.com/NVIDIA-NeMo/Megatron-Bridge) +- For diffusion model training using pytorch, please refer to [NeMo AutoModel](https://github.com/NVIDIA-NeMo/Automodel) + ## 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.