Skip to content

Releases: Lightning-AI/litgpt

v0.5.1

10 Oct 15:20
fd0a3fa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

04 Oct 18:59
4e5b81b
Compare
Choose a tag to compare

What's Changed

  • Post 0.4.13 release set up by @rasbt in #1755
  • Add missing explanation on how to use a finetuned model by @rasbt in #1756
  • Bump lightning version to latest stable release (2.4.0) by @rasbt in #1765
  • Improve rope by @rasbt in #1745
  • Add bnb.nn.StableEmbedding for quantized training by @rasbt in #1770
  • [fix][1760] Added fix for the missing context key issue in dolly! by @pytholic in #1766
  • Fix Llama 3.2 tokenizer by @rasbt in #1772

New Contributors

Full Changelog: v0.4.13...v0.5.0

v0.4.13

27 Sep 14:13
0fb5847
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.12...v0.4.13

v0.4.12

11 Sep 19:43
8ee3bad
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.11...v0.4.12

v0.4.11

23 Aug 17:42
ea01fbc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.10...v0.4.11

v0.4.10

14 Aug 01:39
b042058
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.9...v0.4.10

v0.4.9

08 Aug 15:43
b0ea177
Compare
Choose a tag to compare

What's Changed

  • Update LitServe version and tests by @rasbt in #1654
  • Support for using large models in the Python API via sequential generation by @rasbt in #1637
  • Add a PyTorch Lightning example by @rasbt in #1656
  • Refactor Python API to introduce new distribute method (part of a larger refactor for PTL support) by @rasbt in #1657
  • Fix some issues with circular and relative imports by @rasbt in #1658
  • Optionally return benchmark info in Python API by @rasbt in #1660
  • Bumb version for 0.4.9 release by @rasbt in #1664

Full Changelog: v0.4.8...v0.4.9

v0.4.8

02 Aug 14:09
72de432
Compare
Choose a tag to compare

What's Changed

  • Adds unit test to test for parity between streaming and non-streaming API by @rasbt in #1650
  • Add Gemma 2 2B by @rasbt in #1651
  • Pin litserve version by @rasbt in #1652
  • Version bumb for Gemma 2 2B release by @rasbt in #1653

Full Changelog: v0.4.7...v0.4.8

v0.4.7

01 Aug 13:07
4571b2f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.6...v0.4.7

v0.4.6

24 Jul 15:35
3142b89
Compare
Choose a tag to compare

What's Changed

  • Change default top_k to 50 everywhere for consistency by @rasbt in #1592
  • Fix kv-cache clearing in Python API and Serve by @rasbt in #1596
  • dynamic KV Cache batching by @aniketmaurya in #1600
  • Remove non-used eos_id in Python API by @rasbt in #1594
  • Add quantization test and revert lightning version by @rasbt in #1605
  • Dynamically set kv-cache size in serve by @rasbt in #1602
  • Update LitData version and restore previous LitData assertions in tests by @awaelchli in #1609
  • Gemma 2: 9b and 27b versions by @Andrei-Aksionov in #1545
  • Update config hub table qlora sections by @rasbt in #1611
  • max_returned_tokens -> max_new_tokens by @rasbt in #1612
  • Add warning about pretrain preprocessing by @rasbt in #1618
  • Print warning about unsupported repo_ids by @rasbt in #1617
  • Restore capability to load alternative weights by @rasbt in #1620
  • Enable unbalanced number of layers in sequential generation by @awaelchli in #1623
  • Llama 3.1 8B and 70B checkpoints by @rasbt in #1619
  • Add Llama 3.1 405B config by @awaelchli in #1622
  • Bumb version to 0.4.6 for next release (Gemma 2 and Llama 3.1) by @rasbt in #1626

Full Changelog: v0.4.5...v0.4.6