Mistralrs

Latest version: v0.4.0

Safety actively analyzes 706259 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 7

0.2.0

| File | Platform | Checksum |
|--------|----------|----------|
| [mistralrs-server-aarch64-apple-darwin.tar.xz](https://github.com/EricLBuehler/mistral.rs/releases/download/v0.2.0/mistralrs-server-aarch64-apple-darwin.tar.xz) | Apple Silicon macOS | [checksum](https://github.com/EricLBuehler/mistral.rs/releases/download/v0.2.0/mistralrs-server-aarch64-apple-darwin.tar.xz.sha256) |
| [mistralrs-server-x86_64-apple-darwin.tar.xz](https://github.com/EricLBuehler/mistral.rs/releases/download/v0.2.0/mistralrs-server-x86_64-apple-darwin.tar.xz) | Intel macOS | [checksum](https://github.com/EricLBuehler/mistral.rs/releases/download/v0.2.0/mistralrs-server-x86_64-apple-darwin.tar.xz.sha256) |
| [mistralrs-server-x86_64-unknown-linux-gnu.tar.xz](https://github.com/EricLBuehler/mistral.rs/releases/download/v0.2.0/mistralrs-server-x86_64-unknown-linux-gnu.tar.xz) | x64 Linux | [checksum](https://github.com/EricLBuehler/mistral.rs/releases/download/v0.2.0/mistralrs-server-x86_64-unknown-linux-gnu.tar.xz.sha256) |

0.1.26

| File | Platform | Checksum |
|--------|----------|----------|
| [mistralrs-server-aarch64-apple-darwin.tar.xz](https://github.com/EricLBuehler/mistral.rs/releases/download/v0.1.26/mistralrs-server-aarch64-apple-darwin.tar.xz) | Apple Silicon macOS | [checksum](https://github.com/EricLBuehler/mistral.rs/releases/download/v0.1.26/mistralrs-server-aarch64-apple-darwin.tar.xz.sha256) |
| [mistralrs-server-x86_64-apple-darwin.tar.xz](https://github.com/EricLBuehler/mistral.rs/releases/download/v0.1.26/mistralrs-server-x86_64-apple-darwin.tar.xz) | Intel macOS | [checksum](https://github.com/EricLBuehler/mistral.rs/releases/download/v0.1.26/mistralrs-server-x86_64-apple-darwin.tar.xz.sha256) |
| [mistralrs-server-x86_64-unknown-linux-gnu.tar.xz](https://github.com/EricLBuehler/mistral.rs/releases/download/v0.1.26/mistralrs-server-x86_64-unknown-linux-gnu.tar.xz) | x64 Linux | [checksum](https://github.com/EricLBuehler/mistral.rs/releases/download/v0.1.26/mistralrs-server-x86_64-unknown-linux-gnu.tar.xz.sha256) |

0.1.25

| File | Platform | Checksum |
|--------|----------|----------|
| [mistralrs-server-aarch64-apple-darwin.tar.xz](https://github.com/EricLBuehler/mistral.rs/releases/download/v0.1.25/mistralrs-server-aarch64-apple-darwin.tar.xz) | Apple Silicon macOS | [checksum](https://github.com/EricLBuehler/mistral.rs/releases/download/v0.1.25/mistralrs-server-aarch64-apple-darwin.tar.xz.sha256) |
| [mistralrs-server-x86_64-apple-darwin.tar.xz](https://github.com/EricLBuehler/mistral.rs/releases/download/v0.1.25/mistralrs-server-x86_64-apple-darwin.tar.xz) | Intel macOS | [checksum](https://github.com/EricLBuehler/mistral.rs/releases/download/v0.1.25/mistralrs-server-x86_64-apple-darwin.tar.xz.sha256) |
| [mistralrs-server-x86_64-unknown-linux-gnu.tar.xz](https://github.com/EricLBuehler/mistral.rs/releases/download/v0.1.25/mistralrs-server-x86_64-unknown-linux-gnu.tar.xz) | x64 Linux | [checksum](https://github.com/EricLBuehler/mistral.rs/releases/download/v0.1.25/mistralrs-server-x86_64-unknown-linux-gnu.tar.xz.sha256) |

0.1.24

**Patch release, please update**

What's Changed
* Bump version to 0.1.24 by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/497


**Full Changelog**: https://github.com/EricLBuehler/mistral.rs/compare/v0.1.23...v0.1.24

0.1.23

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

0.1.22

What's Changed
* Remove erroneously flaky CI test by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/466
* NVCC flags support for mistralrs_core build by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/469
* Prevent divide by zero in cuda kernel by joshpopelka20 in https://github.com/EricLBuehler/mistral.rs/pull/471
* Better cuda build.rs linking of stdc++ by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/472
* Remove some unnecessary `&mut`s by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/473
* Fix arg order for pdoc by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/474
* Bump version to 0.1.22 by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/475


**Full Changelog**: https://github.com/EricLBuehler/mistral.rs/compare/v0.1.21...v0.1.22

Page 3 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.