Skip to content

Releases: Lightning-AI/litgpt

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