diff --git a/src/whisper_ctx.rs b/src/whisper_ctx.rs index d43f5e4..30bd75a 100644 --- a/src/whisper_ctx.rs +++ b/src/whisper_ctx.rs @@ -70,7 +70,6 @@ impl WhisperInnerContext { } } - /// Convert the provided text into tokens. /// /// # Arguments diff --git a/src/whisper_ctx_wrapper.rs b/src/whisper_ctx_wrapper.rs index 0e56658..ff3caff 100644 --- a/src/whisper_ctx_wrapper.rs +++ b/src/whisper_ctx_wrapper.rs @@ -51,7 +51,6 @@ impl WhisperContext { Ok(Self::wrap(ctx)) } - /// Convert the provided text into tokens. /// /// # Arguments