v0.1.22
EricLBuehler/mistral.rsv0.1.22Jun 24, 2024by EricLBuehler
AI Summary
Focuses on CUDA build improvements, CI stability, and a fix for a divide-by-zero error in CUDA kernels.
Key Highlights
- NVCC flags support for mistralrs_core build
- Fixed divide by zero in CUDA kernel
- Better CUDA build.rs linking of stdc++
- Removed erroneously flaky CI test
Full Release Notes
## 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