remove outdated doc comment
This commit is contained in:
parent
ad9146aa91
commit
56bef8c671
1 changed files with 0 additions and 1 deletions
|
|
@ -6,7 +6,6 @@ pub enum SamplingStrategy {
|
||||||
Greedy {
|
Greedy {
|
||||||
best_of: c_int,
|
best_of: c_int,
|
||||||
},
|
},
|
||||||
/// not implemented yet, results of using this unknown
|
|
||||||
BeamSearch {
|
BeamSearch {
|
||||||
beam_size: c_int,
|
beam_size: c_int,
|
||||||
// not implemented in whisper.cpp as of this writing (v1.2.0)
|
// not implemented in whisper.cpp as of this writing (v1.2.0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue