Skip to content

Releases: EricLBuehler/mistral.rs

v0.1.9

18 May 15:11
5a2a577
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.8...v0.1.9

v0.1.8

16 May 16:32
Compare
Choose a tag to compare

Overview

  • Documentation improvements
  • Better handling of CTRL-C in interactive mode
  • Matmul via low-precision kernels to take advantage of faster cuBLAS GEMM kernels (thanks @lucasavila00)
  • New loading API (thanks @Jeadie)
  • Various small bug fixes
  • Reduce dependancy complexity (thanks @LLukas22)

What's Changed

New Contributors

Full Changelog: v0.1.7...v0.1.8

v0.1.7

14 May 12:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.6...v0.1.7

This release has relatively few changes, its major purpose is to update the containers and synchronize the versions.

v0.1.6

13 May 09:33
70aebcc
Compare
Choose a tag to compare

What's Changed

New Contributors

New Features

  • Speculative decoding introduced
  • GGUF support for Phi 3
  • Dynamic LoRA adapter activation support

Full Changelog: v0.1.5...v0.1.6

v0.1.5

09 May 12:19
94664f3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.1.5

v0.1.4

08 May 09:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

02 May 01:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

30 Apr 09:52
Compare
Choose a tag to compare

New features

  • Initial async integrations (#198, #236) thanks to @lucasavila00.
  • More flexibility with bos and eos tokens (#248)
  • Intermediate loading for ISQ models on CPU (#229)
  • Fixed Phi 3 128k finally, it is fully working now! (#251)

Changelog

New Contributors

Full Changelog: v0.1.0...v0.1.2

v0.1.0

27 Apr 10:20
Compare
Choose a tag to compare
Update version