v0.1.4
EricLBuehler/mistral.rsv0.1.4May 8, 2024by EricLBuehler
AI Summary
This release features a significant internal refactor of the pipeline to improve organization and stability, alongside user-facing enhancements like EOF support in interactive mode.
Key Highlights
- Major pipeline refactor for better organization.
- EOF support added to interactive mode.
- Fix for PhiRotaryEmbedding concatenation.
- More organized config printing.
New Features
- EOF support in interactive mode
- Organized config printing
Full Release Notes
## What's Changed * Major pipeline refactor by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/261 * docs: update README.md by @eltociear in https://github.com/EricLBuehler/mistral.rs/pull/264 * Support EOF in interactive mode by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/267 * Fix concat in PhiRotaryEmbedding by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/268 * More organized config printing by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/269 **Full Changelog**: https://github.com/EricLBuehler/mistral.rs/compare/v0.1.3...v0.1.4