What's New
1. Python 3.12 Bump (#1755)
We've added support for Python 3.12 and deprecated Python 3.9 support.
What's Changed
- Use llmfoundry image instead of pytorch image for gpu tests by @rithwik-db in #1752
- bump dev version to 0.19.0.dev0 by @rithwik-db in #1753
- Bump mcli yaml examples to use 0.18.0 and torch 2.6 by @rithwik-db in #1754
- Fix meta initialization for FSDP training with HF models and TE Layers by @jjuvonen-amd in #1745
- Fix bugs in
llmfoundry/data/text_data.py
by @gsganden in #1760 - Update setuptools requirement from <76.0.0 to <78.0.0 by @dependabot in #1758
- Update README.md by @gsganden in #1721
- Add error handling for general table download errors by @dakinggg in #1761
- modified the packing slightly to enable inheritance by @abaheti95 in #1762
- Remove registration fallback by @dakinggg in #1764
- Move save/load planner creation to after config logging by @dakinggg in #1769
- Bump Python 3.12 by @KuuCi in #1755
- Fix GPU Tests 3.10 by @KuuCi in #1770
- Remove a bunch of repeated calls to HF in the tests by @dakinggg in #1768
- Bump coverage[toml] from 7.6.10 to 7.8.0 by @dependabot in #1767
- Update mlflow requirement from <2.19,>=2.14.1 to >=2.14.1,<2.22 by @dependabot in #1766
- Bump Composer 0.30.0 by @KuuCi in #1772
- Bump streaming 0.12.0 by @KuuCi in #1777
New Contributors
- @jjuvonen-amd made their first contribution in #1745
- @gsganden made their first contribution in #1760
- @abaheti95 made their first contribution in #1762
Full Changelog: v0.18.0...v0.19.0