Mistralrs

Latest version: v0.1.22

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

Scan your dependencies

Page 1 of 4

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

0.1.18

What's Changed
* Switch to minijinja's pycompat mode by mitsuhiko in https://github.com/EricLBuehler/mistral.rs/pull/421
* chore: update speculative.rs by eltociear in https://github.com/EricLBuehler/mistral.rs/pull/423
* Bump to new commit of candle with cudarc 0.11.5 by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/424
* Use rev key instead of commit to get rid of warning by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/425
* Add nonzero and bitwise operators by chenwanqq in https://github.com/EricLBuehler/mistral.rs/pull/422
* Fix Python deps, base64 impl, add examples by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/426

New Contributors
* mitsuhiko made their first contribution in https://github.com/EricLBuehler/mistral.rs/pull/421
* chenwanqq made their first contribution in https://github.com/EricLBuehler/mistral.rs/pull/422

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

0.1.17

What's Changed
* Add and update template READMEs by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/405
* Improve Rust crates docs by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/406
* Expose phi3v loader and remove unused deps by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/408
* Support GGUF Mixtral format where experts are in one tensor by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/355
* Refactor with normal loading metadata for vision models by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/409
* Phi 3 vision ISQ support by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/410
* Remove causal masks cache by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/412
* Fix: use new slice_assign by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/415
* Fix Phi-3 GGUF by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/414
* Implement gpt2 (BPE) GGUF tokenizer conversion by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/397
* Support chat template from GGUF by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/416
* Expose API to specify dtype during loading by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/417
* Lock candle version to commit by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/419
* Bump version to 0.1.17 by EricLBuehler in https://github.com/EricLBuehler/mistral.rs/pull/420


**Full Changelog**: https://github.com/EricLBuehler/mistral.rs/compare/v0.1.16...v0.1.17

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.