summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix a couple typos (#1451)Laurent Mazare2023-12-171-1/+1
| | | | | * Mixtral quantized instruct. * Fix a couple typos.
* Bump the version to 0.3.0. (#1014)Laurent Mazare2023-10-011-1/+27
| | | | | * Bump the version to 0.3.0. * Changelog update.
* Bump the crate versions to v0.2.3. (#886)Laurent Mazare2023-09-181-1/+15
| | | | | * Bump the crate version. * Also update the python bindings.
* Implement top_p / nucleus sampling (#819)Juarez Bochi2023-09-121-0/+2
| | | | | | | | | | | | | * Implement top_p / nucleus sampling * Update changelog * rustfmt * Add tests * Fix clippy warning * Fix another clippy error
* Bump the crate version + update the changelog. (#822)Laurent Mazare2023-09-121-1/+30
|
* Add some documentation. (#673)Laurent Mazare2023-08-301-1/+1
| | | | | * Add some documentation. * Bump the crate version.
* Changelog update. (#672)Laurent Mazare2023-08-301-0/+11
|
* Changelog update. (#656)Laurent Mazare2023-08-291-0/+4
|
* Bump the crate version + update CHANGELOG. (#628)Laurent Mazare2023-08-271-0/+4
|
* Another transmute tweak. (#610)Laurent Mazare2023-08-261-0/+2
| | | | | * Another transmute tweak. * Changelog tweak.
* Add some missing entries to the changelog. (#606)Laurent Mazare2023-08-251-0/+8
|
* Add some group parameter to convolutions. (#566)Laurent Mazare2023-08-231-0/+13
* Add some group parameter to convolutions. * Avoid some unnecessary groups checks. * Move the tensor convolution bits. * Properh handling of groups. * Bump the crate version. * And add a changelog.