Mistralrs

Latest version: v0.1.24

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

Scan your dependencies

Page 1 of 4

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

0.1.21

What's Changed
* Expose idefics2 loader by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/450
* Try auto dtypes based on compute cap by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/453
* Fix dtype error for logit bias by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/454
* Fix sequence prompt len for Phi3-V by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/455
* Tune threshold for matmul via f16 by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/457
* Improve short/long scaling precision for LongRope by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/458
* Fix LongRope models position ids calculation by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/459
* Update deps by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/460
* Improve handling of errors in auto dtype selection by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/461
* Add support for cross-gpu device mapping by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/462
* Bump version to 0.1.21 by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/463


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

0.1.20

What's Changed
* Fix with docker images by fixing use of pyo3 by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/440
* Update readme with docker info by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/441
* Add Cargo.lock file by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/442
* Fix causal masks dtype by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/443
* Add support for Idefics 2 by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/309
* Bump to version 0.1.20 by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/449


**Full Changelog**: https://github.com/EricLBuehler/mistral.rs/compare/v0.1.19...v0.1.20

0.1.19

What's Changed
* Format readme by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/427
* Remove multiple tracing initializations and init outside of mistralrs-core by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/428
* Run clippy by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/429
* adding reboot functionality by gregszumel in https://github.com/EricLBuehler/mistral.rs/pull/378
* Lower memory spike when loading with ISQ on CUDA by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/433
* Fix failing docs workflow by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/435
* Remove unused line in dockerignore by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/436
* Improve `Auto` dtype determination by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/438
* Bump version to 0.1.19 by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/439


**Full Changelog**: https://github.com/EricLBuehler/mistral.rs/compare/v0.1.18...v0.1.19

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.