Skip to content

Latest commit

 

History

History
235 lines (187 loc) · 7.71 KB

HISTORY.md

File metadata and controls

235 lines (187 loc) · 7.71 KB

Changelog

(unreleased)

  • Docs(README): citation. [Aditya NG]

1.0.4 (2024-05-17)

  • Release: version 1.0.4 🚀 [Aditya NG]
  • Docs(README): total downloads badge. [Aditya NG]

1.0.3 (2024-05-17)

  • Release: version 1.0.3 🚀 [Aditya NG]
  • Test(.coveragerc): excluded few files for now. [Aditya NG]

1.0.2 (2024-05-15)

  • Release: version 1.0.2 🚀 [Aditya NG]

  • Docs(README): absolute links. [Aditya NG]

  • Merge pull request #17 from KPCOFGS/main. [Aditya]

    Update README.md

  • Update README.md. [Shixian Sheng]

  • Merge pull request #15 from eltociear/patch-1. [Aditya]

    docs: Update README.md

  • Docs: Update README.md. [Ikko Eltociear Ashimine]

    outine -> outline

  • Merge pull request #14 from TheMattBin/readme-update. [Aditya]

  • Update README.md. [Matthew Liu]

1.0.1 (2024-05-09)

  • Release: version 1.0.1 🚀 [Aditya NG]
  • Test(kan): coverage improved. [Aditya NG]
  • Docs(README,docs/): badges. [Aditya NG]
  • Docs(README.md): typo. [Aditya NG]

1.0.0 (2024-05-09)

  • Release: version 1.0.0 🚀 [Aditya NG]

  • Version increment. [Aditya NG]

  • Merge pull request #11 from wektorz/fix_missing_dataset_dowload. [Aditya]

    add missing dataset dowload to setup that caused train to fail in jupyter notebook

  • Update KAN_GPT.ipynb. [Wiktor Zdrojewski]

    add missing dowload that caused train to fail

  • Docs(mkdocs): results added. [Aditya NG]

  • Docs(README,media): results and metrics. [Aditya NG]

  • Feat(train.py): metrics added. [Aditya NG]

  • Release: version 0.4.0 🚀 [Aditya NG]

0.4.0 (2024-05-08)

  • Release: version 0.4.0 🚀 [Aditya NG]
  • 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]
  • Feat(tinyshakespeare): support for another dataset. [Aditya NG]
  • Test(tests/test_prompt.py): eval code. [Aditya NG]
  • Test(efficient_kan,original_kan): coverage. [Aditya NG]

0.2.0 (2024-05-04)

  • Release: version 0.2.0 🚀 [Aditya NG]
  • Version increment. [Aditya NG]
  • Docs(KAN_GPT.ipynb): benchmark runs between mlp and kan gpts. [Aditya NG]
  • Feat(train): date id of asset. [Aditya NG]
  • Feat(train,prompt): saving model after training, prompting a model given the saved model path. [Aditya NG]
  • Feat(kan_gpt/dataset.py): lengthwise dataset iteration. [Aditya NG]
  • Fix(dataset): index error. [Aditya NG]

0.1.3 (2024-05-04)

  • Release: version 0.1.3 🚀 [Aditya NG]
  • Fix(dataset): padding and range fix. [Aditya NG]

0.1.2 (2024-05-04)

  • Release: version 0.1.2 🚀 [Aditya NG]
  • Feat(kan_gpt/efficient_kan/): integration with efficient kan reduced training memory footprint. [Aditya NG]
  • Test(gpt-pico): reducing memory footprint. [Aditya NG]

0.1.1 (2024-05-04)

  • Release: version 0.1.1 🚀 [Aditya NG]

  • Test(kan_gpt,mlp_gpt,kan): test cases for forward-backward passes. [Aditya NG]

  • Ci(codecov): token. [Aditya NG]

  • Merge branch 'main' of https://github.com/AdityaNG/kan-gpt into main. [Aditya NG]

  • Update LICENSE. [Aditya]

  • Refactor(kan_gpt): linting. [Aditya NG]

  • Merge pull request #5 from AdityaNG/dependabot/github_actions/actions/setup-python-5. [Aditya]

    Bump actions/setup-python from 4 to 5

  • Bump actions/setup-python from 4 to 5. [dependabot[bot]]

    Bumps actions/setup-python from 4 to 5.


    updated-dependencies:

    • dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ...
  • Merge pull request #4 from AdityaNG/dependabot/github_actions/codecov/codecov-action-4. [Aditya]

    Bump codecov/codecov-action from 3 to 4

  • Bump codecov/codecov-action from 3 to 4. [dependabot[bot]]

    Bumps codecov/codecov-action from 3 to 4.


    updated-dependencies:

    • dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ...
  • Merge pull request #3 from AdityaNG/dependabot/github_actions/actions/checkout-4. [Aditya]

    Bump actions/checkout from 3 to 4

  • Bump actions/checkout from 3 to 4. [dependabot[bot]]

    Bumps actions/checkout from 3 to 4.


    updated-dependencies:

    • dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ...
  • Merge pull request #2 from AdityaNG/dependabot/github_actions/stefanzweifel/git-auto-commit- action-5. [Aditya]

    Bump stefanzweifel/git-auto-commit-action from 4 to 5

  • Bump stefanzweifel/git-auto-commit-action from 4 to 5. [dependabot[bot]]

    Bumps stefanzweifel/git-auto-commit-action from 4 to 5.


    updated-dependencies:

    • dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-major ...
  • Merge pull request #1 from AdityaNG/dependabot/github_actions/softprops/action-gh-release-2. [Aditya]

    Bump softprops/action-gh-release from 1 to 2

  • Bump softprops/action-gh-release from 1 to 2. [dependabot[bot]]

    Bumps softprops/action-gh-release from 1 to 2.


    updated-dependencies:

    • dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major ...

0.1.0 (2024-05-03)

  • Release: version 0.1.0 🚀 [Aditya NG]
  • Funding. [Aditya NG]
  • Feat(KAN): device type_as use. [Aditya NG]
  • Feat(dataset.py): tqdm. [Aditya NG]
  • Feat(kan_gpt/dataset.py): progress bar. [Aditya NG]
  • Feat(train.py): wandb support. [Aditya NG]
  • Feat(KAN_GPT.ipynb): notebook added for colab training. [Aditya NG]
  • Linting. [Aditya NG]
  • Training script improved. [Aditya NG]
  • Initial commit. [Aditya NG]
  • ✅ Ready to clone and code. [AdityaNG]
  • Initial commit. [Aditya]