v0.4.4
版本发布时间: 2024-07-11 09:18:27
Lightning-AI/litgpt最新发布版本:v0.4.11(2024-08-24 01:42:08)
What's Changed
- Tokenizer: fix issue when decoding a single token at a time by @Andrei-Aksionov in https://github.com/Lightning-AI/litgpt/pull/1559
- Filter out false positive PyTorch scheduler warning by @rasbt in https://github.com/Lightning-AI/litgpt/pull/1562
- Add an explanation on how to evaluate on a custom test set by @rasbt in https://github.com/Lightning-AI/litgpt/pull/1564
- Remove duplicated bos_token for CodeLlama by @alealv in https://github.com/Lightning-AI/litgpt/pull/1566
- Fix SFTDataset sample generation by @alealv in https://github.com/Lightning-AI/litgpt/pull/1568
- Add Python API section to 0 to LitGPT docs by @rasbt in https://github.com/Lightning-AI/litgpt/pull/1570
- Fix multi-turn prompting error handling and extra newline by @apaz-cli in https://github.com/Lightning-AI/litgpt/pull/1569
- Add automatic downloading to CLI by @rasbt in https://github.com/Lightning-AI/litgpt/pull/1571
- Bumb version for 0.4.4 release by @rasbt in https://github.com/Lightning-AI/litgpt/pull/1572
New Contributors
- @alealv made their first contribution in https://github.com/Lightning-AI/litgpt/pull/1566
- @apaz-cli made their first contribution in https://github.com/Lightning-AI/litgpt/pull/1569
Full Changelog: https://github.com/Lightning-AI/litgpt/compare/v0.4.3...v0.4.4