From 2c36aab3124cb3e74f51885dc3d6345047245407 Mon Sep 17 00:00:00 2001 From: Nathan LeRoy <41063083+nleroy917@users.noreply.github.com> Date: Tue, 20 Feb 2024 09:11:38 -0500 Subject: [PATCH] fix link --- docs/geniml/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/geniml/changelog.md b/docs/geniml/changelog.md index a3ec7c7..f932c33 100644 --- a/docs/geniml/changelog.md +++ b/docs/geniml/changelog.md @@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [0.2.0] -- 2024-02-20 - Fixed a bug with pydantic -- Integrate `lightning` for easier training of models with SLURM and the [DDP framework]([url](https://pytorch.org/tutorials/intermediate/ddp_tutorial.html)) +- Integrate `lightning` for easier training of models with SLURM and the [DDP framework](https://pytorch.org/tutorials/intermediate/ddp_tutorial.html) - New datasets for streaming `.gtok` files to models - New tutorials for updated ScEmbed - Start working on `Atacformer`