remove outdated doc comment

This commit is contained in:
0/0 2023-02-08 14:44:57 -07:00
parent ad9146aa91
commit 56bef8c671
No known key found for this signature in database
GPG Key ID: 3861E636EA1E0E2B

View File

@ -6,7 +6,6 @@ pub enum SamplingStrategy {
Greedy {
best_of: c_int,
},
/// not implemented yet, results of using this unknown
BeamSearch {
beam_size: c_int,
// not implemented in whisper.cpp as of this writing (v1.2.0)