Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a couple typos (#1451) | Laurent Mazare | 2023-12-17 | 1 | -1/+1 |
| | | | | | * Mixtral quantized instruct. * Fix a couple typos. | ||||
* | Bump the version to 0.3.0. (#1014) | Laurent Mazare | 2023-10-01 | 1 | -1/+27 |
| | | | | | * Bump the version to 0.3.0. * Changelog update. | ||||
* | Bump the crate versions to v0.2.3. (#886) | Laurent Mazare | 2023-09-18 | 1 | -1/+15 |
| | | | | | * Bump the crate version. * Also update the python bindings. | ||||
* | Implement top_p / nucleus sampling (#819) | Juarez Bochi | 2023-09-12 | 1 | -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 Mazare | 2023-09-12 | 1 | -1/+30 |
| | |||||
* | Add some documentation. (#673) | Laurent Mazare | 2023-08-30 | 1 | -1/+1 |
| | | | | | * Add some documentation. * Bump the crate version. | ||||
* | Changelog update. (#672) | Laurent Mazare | 2023-08-30 | 1 | -0/+11 |
| | |||||
* | Changelog update. (#656) | Laurent Mazare | 2023-08-29 | 1 | -0/+4 |
| | |||||
* | Bump the crate version + update CHANGELOG. (#628) | Laurent Mazare | 2023-08-27 | 1 | -0/+4 |
| | |||||
* | Another transmute tweak. (#610) | Laurent Mazare | 2023-08-26 | 1 | -0/+2 |
| | | | | | * Another transmute tweak. * Changelog tweak. | ||||
* | Add some missing entries to the changelog. (#606) | Laurent Mazare | 2023-08-25 | 1 | -0/+8 |
| | |||||
* | Add some group parameter to convolutions. (#566) | Laurent Mazare | 2023-08-23 | 1 | -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. |