Skip to content

Commit d2c5460

Browse files
committed
update(whispercpp): update config schema #167
1 parent ecd4f8b commit d2c5460

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/subsai/models/whispercpp_model.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -133,14 +133,6 @@ class WhisperCppModel(AbstractModel):
133133
'options': None,
134134
'default': 0
135135
},
136-
# [EXPERIMENTAL] speed-up techniques
137-
# note: these can significantly reduce the quality of the output
138-
'speed_up': {
139-
'type': bool,
140-
'description': "speed-up the audio by 2x using Phase Vocoder",
141-
'options': None,
142-
'default': False
143-
},
144136
'audio_ctx': {
145137
'type': int,
146138
'description': "overwrite the audio context size (0 = use default)",

0 commit comments

Comments
 (0)