Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
don't eagerly download esm2 checkpoints (NVIDIA#567)
Adding the load calls in the global namespace leads to these checkpoints being downloaded even when we don't use them. We really should call `load` as lazily as possible to avoid materializing data for tests we don't need. Signed-off-by: Peter St. John <pstjohn@nvidia.com>
- Loading branch information