From 56bef8c671a3fa69bf10468bc0ab4a5cd2cc1a9e Mon Sep 17 00:00:00 2001 From: 0/0 Date: Wed, 8 Feb 2023 14:44:57 -0700 Subject: [PATCH] remove outdated doc comment --- src/whisper_params.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/whisper_params.rs b/src/whisper_params.rs index c9a7f99..432ba63 100644 --- a/src/whisper_params.rs +++ b/src/whisper_params.rs @@ -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)