mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 02:16:37 +00:00
Implement top_p / nucleus sampling (#819)
* Implement top_p / nucleus sampling * Update changelog * rustfmt * Add tests * Fix clippy warning * Fix another clippy error
This commit is contained in:
@ -4,6 +4,8 @@ This documents the main changes to the `candle` crate.
|
||||
## v0.2.2 - Unreleased
|
||||
|
||||
### Added
|
||||
- Support for `top_p` sampling
|
||||
[819](https://github.com/huggingface/candle/pull/819).
|
||||
|
||||
### Modified
|
||||
|
||||
|
Reference in New Issue
Block a user