v0.8.17
HumanAIGC/Cloth2Texv0.8.17Jun 20, 2026by EricLBuehler
AI Summary
This release adds serialization/deserialization support for unquantized layers and handles AFQ fallback logic.
Key Highlights
- Support for serialization/deserialization of unquant layers
- Handle AFQ fallback
New Features
- UQFF serialization/deserialization support
- 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