v0.4.2
What's Changed
- Disable "validating ..." comment if initial_validation is False by @rasbt in #1499
- Add simple issue templates by @rasbt in #1501
- Add note about dependencies by @rasbt in #1502
- Update test_readme.py by @Andrei-Aksionov in #1505
- Print message when unnecessary can't be deleted by @rasbt in #1507
- Bumb version by @rasbt in #1509
- LitGPT Python API v1 by @rasbt in #1463
- Fix pip upgrade command on windows by @rasbt in #1513
- add
LLM.generate
with streaming by @aniketmaurya in #1511 - Fix and update Python API docs by @rasbt in #1514
- Update LLM import and make stream/non-stream option consistent by @rasbt in #1515
- Extend Python API to initialize model with random weights by @rasbt in #1512
- Add Python API download option by @rasbt in #1516
- Add Rope group size as constexpr to fix thunder tests by @rasbt in #1520
- Explain how to access pretraining dataset options by @rasbt in #1510
- Bump thunder by @rasbt in #1519
- Add automatic checkpoint downloading in Python API by @rasbt in #1521
- Tokenizer: prefer HF Tokenizer by @Andrei-Aksionov in #1518
- iterate response from streaming server by @aniketmaurya in #1523
- Add new python API to readme by @williamFalcon in #1525
- Remove
init="local"
option by @rasbt in #1524 - Readme improvements by @rasbt in #1526
- Add
evaluate
to Readme by @rasbt in #1528
Full Changelog: v0.4.1...v0.4.2