We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9aba96 commit e9cf94bCopy full SHA for e9cf94b
pywhispercpp/model.py
@@ -228,8 +228,6 @@ def _init_model(self) -> None:
228
logger.info("Initializing the model ...")
229
with utils.redirect_stderr(to=self.redirect_whispercpp_logs_to):
230
self._ctx = pw.whisper_init_from_file(self.model_path)
231
- # Don't set the params to the default ones here, as it will overwrite the user's params
232
- # self._params = pw.whisper_full_default_params(pw.whisper_sampling_strategy.WHISPER_SAMPLING_GREEDY)
233
234
def _set_params(self, kwargs: dict) -> None:
235
"""
0 commit comments