What's Changed
* Improve and update docs by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/477
* Progress bar and logging when loading repeating layers by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/479
* Update deps by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/483
* Optimize decoding by removing redundant qkv transpose by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/487
* Fixes and tweak docs, logging for local loading by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/489
* Add the Gemma 2 model by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/490
* Update demo video by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/491
* Utilize new quantize_onto qtensor api by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/492
* Update deps by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/493
* Bump version to 0.1.23 by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/495
**Full Changelog**: https://github.com/EricLBuehler/mistral.rs/compare/v0.1.22...v0.1.23