diff --git a/HISTORY.md b/HISTORY.md index c167ae7..61a9ac9 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,6 +4,24 @@ Changelog (unreleased) ------------ +- Version increment. [Aditya NG] +- Fix(kan_gpt/efficient_kan/__init__.py): missing init file. [Aditya NG] +- Feat(README.md): results added. [Aditya NG] +- Docs(mkdocs): documentation for mkdocs. [Aditya NG] +- Feat(sweep): slower learning rate. [Aditya NG] +- Fix(sweep): max_iters. [Aditya NG] +- Fix(sweep): cuda device. [Aditya NG] +- Ci(main): disabled wandb in ci. [Aditya NG] +- Test(tests/test_train.py): disable wandb during testing. [Aditya NG] +- Fix(sweep): added cuda clean. [Aditya NG] +- Feat(sweep): reduced batch size. [Aditya NG] +- Feat(download_dataset): functions to download tinyshakespeare and + webtext. [Aditya NG] + + +0.3.0 (2024-05-07) +------------------ +- Release: version 0.3.0 🚀 [Aditya NG] - Docs(README.md): dataset mention. [Aditya NG] - Feat(sweep): sweep script for getting a vast hyperparam sweep. [Aditya NG]