From 4b65e5dc1aec086862de24af2bbaf14e31087be3 Mon Sep 17 00:00:00 2001 From: Pablo Garay Date: Fri, 31 Oct 2025 13:13:46 -0700 Subject: [PATCH] Add test note to README Added a note for testing purposes. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88ade2fb..3c5fdc2e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +for test + # NeMo VFM: video foundation model collection 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. @@ -27,4 +29,4 @@ If you find our code useful, please consider citing the following papers: journal={arXiv preprint arXiv:2501.03575}, year={2025} } -``` \ No newline at end of file +```