diff --git a/README.md b/README.md
index bc6efef..3893f8b 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.