Skip to content

Releases: Lightning-AI/litgpt

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

v0.4.5

17 Jul 18:56
7884343
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.4...v0.4.5

v0.4.4

11 Jul 01:18
09450ab
Compare
Choose a tag to compare

What's Changed

  • Tokenizer: fix issue when decoding a single token at a time by @Andrei-Aksionov in #1559
  • Filter out false positive PyTorch scheduler warning by @rasbt in #1562
  • Add an explanation on how to evaluate on a custom test set by @rasbt in #1564
  • Remove duplicated bos_token for CodeLlama by @alealv in #1566
  • Fix SFTDataset sample generation by @alealv in #1568
  • Add Python API section to 0 to LitGPT docs by @rasbt in #1570
  • Fix multi-turn prompting error handling and extra newline by @apaz-cli in #1569
  • Add automatic downloading to CLI by @rasbt in #1571
  • Bumb version for 0.4.4 release by @rasbt in #1572

New Contributors

Full Changelog: v0.4.3...v0.4.4

v0.4.3

05 Jul 18:42
3a4526e
Compare
Choose a tag to compare

What's Changed

  • Fix Twine Build Issue by @rasbt in #1530
  • Fix Mixtral prompt style by @janEbert in #1531
  • Raise warning when loading a large model on a CPU device by @rasbt in #1532
  • Tutorial convert_from_litgpt doc fix to remove output_dir command argument by @jentfoo in #1533
  • Test against eager attention on GPTNeoX by @rasbt in #1537
  • Bump to 0.4.3.dev0 version by @rasbt in #1536
  • Fix for LM Eval harness 0.4.3 by @rasbt in #1542
  • Add Phi-3-mini-4k-instruct checkpoint by @rasbt in #1341
  • Update phi-3 prompt template by @rasbt in #1544
  • Add progress bar for weight loading by @rasbt in #1534
  • Remove redundant code in checkpoint conversion script by @rasbt in #1547
  • Update how evaluate tasks are listed by @rasbt in #1550
  • Fix generate issue in finetuning script when finetuning with small datasets by @rasbt in #1551
  • Tokenizer: check that bos and eos tokens are applied w.r.t. to a provided config/args by @Andrei-Aksionov in #1527
  • Add num_nodes argument by @janEbert in #1546
  • Add Phi-3 Configs by @rasbt in #1553
  • Update to version 0.4.3 for new release by @rasbt in #1554

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2

25 Jun 22:28
6712653
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

17 Jun 01:55
76c8895
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

10 Jun 15:50
8ca46d2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.4.0

Development release 0.4.0.dev0

04 Jun 20:13
0f3bca7
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: View on GitHub