v0.1.3
EricLBuehler/mistral.rsv0.1.3May 2, 2024by EricLBuehler
AI Summary
This release streamlines the distribution process by automating PyPI uploads and Docker builds, while updating the PyO3 interface to accept dictionaries.
Key Highlights
- Automated PyPI upload on release.
- Automated Docker build on release.
- Update to PyO3 to take dictionary inputs.
New Features
- Automated PyPI upload
- Automated Docker build
- PyO3 dict support
Full Release Notes
## What's Changed * Add automatic pypi upload and docker build on release by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/255 * Update PyO3 to take dict by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/257 **Full Changelog**: https://github.com/EricLBuehler/mistral.rs/compare/v0.1.2...v0.1.3