Class: Whisper::Context::Params
- Inherits:
-
Object
- Object
- Whisper::Context::Params
- Defined in:
- sig/whisper.rbs
Class Method Summary collapse
Instance Method Summary collapse
- #dtw_aheads_preset ⇒ Integer
- #dtw_aheads_preset= ⇒ Integer
- #dtw_n_top ⇒ Integer?
- #dtw_n_top= ⇒ Integer?
- #dtw_token_timestamps ⇒ true, false
- #dtw_token_timestamps= ⇒ boolish
- #flash_attn ⇒ true, false
- #flash_attn= ⇒ boolish
- #gpu_device ⇒ Integer
- #gpu_device= ⇒ Integer
- #use_gpu ⇒ true, false
- #use_gpu= ⇒ boolish
Class Method Details
.new ⇒ Object
163 |
# File 'sig/whisper.rbs', line 163
def self.new: (
|
Instance Method Details
#dtw_aheads_preset ⇒ Integer
181 |
# File 'sig/whisper.rbs', line 181
def dtw_aheads_preset: () -> Integer
|
#dtw_aheads_preset= ⇒ Integer
180 |
# File 'sig/whisper.rbs', line 180
def dtw_aheads_preset=: (Integer) -> Integer
|
#dtw_n_top ⇒ Integer?
183 |
# File 'sig/whisper.rbs', line 183
def dtw_n_top: () -> (Integer | nil)
|
#dtw_n_top= ⇒ Integer?
182 |
# File 'sig/whisper.rbs', line 182
def dtw_n_top=: (Integer | nil) -> (Integer | nil)
|
#dtw_token_timestamps ⇒ true, false
179 |
# File 'sig/whisper.rbs', line 179
def dtw_token_timestamps: () -> (true | false)
|
#dtw_token_timestamps= ⇒ boolish
178 |
# File 'sig/whisper.rbs', line 178
def dtw_token_timestamps=: (boolish) -> boolish
|
#flash_attn ⇒ true, false
175 |
# File 'sig/whisper.rbs', line 175
def flash_attn: () -> (true | false)
|
#flash_attn= ⇒ boolish
174 |
# File 'sig/whisper.rbs', line 174
def flash_attn=: (boolish) -> boolish
|
#gpu_device ⇒ Integer
177 |
# File 'sig/whisper.rbs', line 177
def gpu_device: () -> Integer
|
#gpu_device= ⇒ Integer
176 |
# File 'sig/whisper.rbs', line 176
def gpu_device=: (Integer) -> Integer
|
#use_gpu ⇒ true, false
173 |
# File 'sig/whisper.rbs', line 173
def use_gpu: () -> (true | false)
|
#use_gpu= ⇒ boolish
172 |
# File 'sig/whisper.rbs', line 172
def use_gpu=: (boolish) -> boolish
|