v0.1.10
版本发布时间: 2024-05-22 19:52:09
EricLBuehler/mistral.rs最新发布版本:v0.3.1(2024-09-29 23:39:44)
What's Changed
- Fixes and verbosity improvements for device mapping by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/332
- chore:
SimpleModelPaths
should be renamed toLocalModelPaths
by @polarathene in https://github.com/EricLBuehler/mistral.rs/pull/331 - Remove candle-layer-norm dep by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/333
- Refactor layers.rs by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/338
- chore: Simplify
utils/token.rs:get_token()
by @polarathene in https://github.com/EricLBuehler/mistral.rs/pull/328 - chore: Use
strum
to simplifyGGUFArchitecture
maintenance by @polarathene in https://github.com/EricLBuehler/mistral.rs/pull/334 - Fix mistral model repeat kv by @EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/340
New Contributors
- @polarathene made their first contribution in https://github.com/EricLBuehler/mistral.rs/pull/331
Full Changelog: https://github.com/EricLBuehler/mistral.rs/compare/v0.1.9...v0.1.10