v0.1.20
EricLBuehler/mistral.rsv0.1.20Jun 20, 2024by EricLBuehler
AI Summary
Focuses on Docker support, Dockerfile updates, and adding Idefics 2 support.
Key Highlights
- Added support for Idefics 2
- Fixed Docker images by fixing pyo3 usage
- Added Cargo.lock file
- Fixed causal masks dtype
New Features
- Idefics 2 support
Full Release Notes
## What's Changed * Fix with docker images by fixing use of pyo3 by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/440 * Update readme with docker info by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/441 * Add Cargo.lock file by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/442 * Fix causal masks dtype by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/443 * Add support for Idefics 2 by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/309 * Bump to version 0.1.20 by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/449 **Full Changelog**: https://github.com/EricLBuehler/mistral.rs/compare/v0.1.19...v0.1.20