diff --git a/examples/generative/corrdiff/README.md b/examples/generative/corrdiff/README.md index 7c948693f..4d7dcc48e 100644 --- a/examples/generative/corrdiff/README.md +++ b/examples/generative/corrdiff/README.md @@ -21,7 +21,7 @@ weather forecasts. To build custom CorrDiff versions, you can get started by training the "Mini" version of CorrDiff, which uses smaller training samples and a smaller network to reduce training costs from thousands of GPU hours to around 10 hours on A100 GPUs while still producing reasonable results. It also includes a simple data loader that can be used as a baseline for training CorrDiff on custom datasets. ### Preliminaries -Start by installing Modulus (if not already installed) and copying this folder (`examples/generative/corrdiff`) to a system with a GPU available. Also download the CorrDiff-Mini dataset from (TODO: location). +Start by installing Modulus (if not already installed) and copying this folder (`examples/generative/corrdiff`) to a system with a GPU available. Also download the CorrDiff-Mini dataset from [NGC](https://catalog.ngc.nvidia.com/orgs/nvidia/teams/modulus/resources/modulus_datasets-hrrr_mini). ### Configuration basics