Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.

Commit ea4430c

Browse files
author
Ethan He
committed
add readme
Signed-off-by: Ethan He <yihuih@nvidia.com>
1 parent 01e1029 commit ea4430c

1 file changed

Lines changed: 30 additions & 1 deletion

File tree

README.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,30 @@
1-
# NeMo VFM
1+
# NeMo VFM: video foundation model collection
2+
3+
NeMo VFM is a state-of-the-art framework for fast, large-scale training and inference of video world models. It unifies the latest diffusion-based and autoregressive techniques, prioritizing efficiency and performance from research prototyping to production deployment.
4+
5+
## Projects
6+
7+
This collection consists of 4 projects:
8+
1. [Scalable diffusion training framework](nemo_vfm/diffusion/readme.rst)
9+
2. [Accelerated diffusion world models](nemo_vfm/physicalai/Cosmos/cosmos1/models/diffusion/README.md)
10+
3. [Accelerated autoregressive world models](nemo_vfm/physicalai/Cosmos/cosmos1/models/autoregressive/README.md)
11+
4. [Sparse attention for efficient diffusion inference](nemo_vfm/sparse_attention/README.md)
12+
13+
## Citations
14+
15+
If you find our code useful, please consider citing the following papers:
16+
```bibtex
17+
@article{patel2025training,
18+
title={Training Video Foundation Models with NVIDIA NeMo},
19+
author={Patel, Zeeshan and He, Ethan and Mannan, Parth and Ren, Xiaowei and Wolf, Ryan and Agarwal, Niket and Huffman, Jacob and Wang, Zhuoyao and Wang, Carl and Chang, Jack and others},
20+
journal={arXiv preprint arXiv:2503.12964},
21+
year={2025}
22+
}
23+
24+
@article{agarwal2025cosmos,
25+
title={Cosmos world foundation model platform for physical ai},
26+
author={Agarwal, Niket and Ali, Arslan and Bala, Maciej and Balaji, Yogesh and Barker, Erik and Cai, Tiffany and Chattopadhyay, Prithvijit and Chen, Yongxin and Cui, Yin and Ding, Yifan and others},
27+
journal={arXiv preprint arXiv:2501.03575},
28+
year={2025}
29+
}
30+
```

0 commit comments

Comments
 (0)