v0.8.7
EricLBuehler/mistral.rsv0.8.7Jun 17, 2026by EricLBuehler
AI Summary
A maintenance release focusing on fixing scheduler configuration reuse issues across models and improving Windows CUDA build compatibility.
Key Highlights
- Fixed scheduler config reuse across models
- Enabled Windows CUDA builds by skipping CUTLASS MoE kernels on MSVC
- Improved general CPU compatibility with generic flags
New Features
- Use generic CPU flags for most general compatibility
Full Release Notes
## What's Changed * fix(core): avoid paged scheduler config reuse across models by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/2237 * fix(quant): skip CUTLASS MoE kernels on MSVC to unblock Windows CUDA builds by @fabio-andre-rodrigues in https://github.com/EricLBuehler/mistral.rs/pull/2239 * feat(release): use generic cpu flags for most general compatability by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/2240 ## New Contributors * @fabio-andre-rodrigues made their first contribution in https://github.com/EricLBuehler/mistral.rs/pull/2239 **Full Changelog**: https://github.com/EricLBuehler/mistral.rs/compare/v0.8.6...v0.8.7