v0.8.18
probelabs/probev0.8.18Jun 21, 2026by EricLBuehler
AI Summary
This release improves logging for quantization operations, adds specific subcommands for UQFF in the CLI, and hardens remote media fetching.
Key Highlights
- Better logging for when quantization is skipped
- Added UQFF-specific subcommands
- Hardened remote media fetching
New Features
- UQFF-specific subcommands
Full Release Notes
## What's Changed * feat(quant): better logging for when quantization is skipped by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/2260 * feat(cli): add uqff-specific subcommands by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/2261 * fix(server): harden remote media fetching by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/2263 **Full Changelog**: https://github.com/EricLBuehler/mistral.rs/compare/v0.8.17...v0.8.18