v0.10.1
🚨 Breaking Changes
No breaking changes in this release! 🥳
🎉 New features
Auto-Generated Configuration Docs
Say goodbye to out-of-sync documentation! Our config reference page is now automatically generated from our Pydantic models. This means the documentation is always up-to-date with the latest available options.
- Check it out here: https://docs.axolotl.ai/docs/config-reference.html
- Contributed by @djsaunde in #2718, #2806.
📦 Dependency Updates
🔧 Major fixes
Chat Template Parsing Fix
Fixed an issue where {% generation %} and {% endgeneration %} tags in Jinja chat templates were not being correctly ignored, preventing potential formatting errors.
Logging fixes
- Addressed logging errors on Python 3.10 by @NanoCode012 in #2802
- Fixed handling of logging in distributed states by @djsaunde in #2808
Other Improvements
- update favicon by @winglian in #2801
- Set dev version by @winglian in #2807
- fix(doc): address exitcode formatting to help search by @NanoCode012 in #2809
New Contributors
Full Changelog: v0.10.0...v0.10.1