v0.1.13
EricLBuehler/mistral.rsv0.1.13Jun 2, 2024by EricLBuehler
AI Summary
Preparation for supporting multiple model types and fixes for chat templates and CUDA GEMM bugs.
Key Highlights
- Prepare to accept multiple model types
- Fix chat template and F16/BF16 CUDA GEMM bugs
New Features
- Multiple model type preparation
Full Release Notes
## What's Changed * Prepare to accept multiple model types by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/369 * Fix chat template and F16/BF16 CUDA GEMM when RUST_BACKTRACE by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/370 **Full Changelog**: https://github.com/EricLBuehler/mistral.rs/compare/v0.1.12...v0.1.13