v0.8.17
ruvnet/ruflov0.8.17Jun 20, 2026by EricLBuehler
AI Summary
Adds support for serialization and deserialization of unquantized layers and handles AFQ (Auto Format Quantization) fallback logic.
Key Highlights
- Support for ser/de for unquant layers
- Handles AFQ fallback scenarios
- Improves model format compatibility
New Features
- Unquantized layer serialization/deserialization
- AFQ fallback handling
Full Release Notes
## What's Changed * feat(uqff): support ser/de for unquant layers, handle afq fallback by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/2259 **Full Changelog**: https://github.com/EricLBuehler/mistral.rs/compare/v0.8.16...v0.8.17