v0.1.18
EricLBuehler/mistral.rsv0.1.18Jun 12, 2024by EricLBuehler
AI Summary
Focuses on dependency updates (Candle, Jinja2) and adding bitwise operators.
Key Highlights
- Switched to minijinja's pycompat mode
- Bumped to new commit of candle with cudarc 0.11.5
- Added nonzero and bitwise operators
- Fixed Python deps and base64 impl
Full Release Notes
## What's Changed * Switch to minijinja's pycompat mode by @mitsuhiko in https://github.com/EricLBuehler/mistral.rs/pull/421 * chore: update speculative.rs by @eltociear in https://github.com/EricLBuehler/mistral.rs/pull/423 * Bump to new commit of candle with cudarc 0.11.5 by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/424 * Use rev key instead of commit to get rid of warning by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/425 * Add nonzero and bitwise operators by @chenwanqq in https://github.com/EricLBuehler/mistral.rs/pull/422 * Fix Python deps, base64 impl, add examples by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/426 ## New Contributors * @mitsuhiko made their first contribution in https://github.com/EricLBuehler/mistral.rs/pull/421 * @chenwanqq made their first contribution in https://github.com/EricLBuehler/mistral.rs/pull/422 **Full Changelog**: https://github.com/EricLBuehler/mistral.rs/compare/v0.1.17...v0.1.18