Update RBS

This commit is contained in:
Kitaiti Makoto 2026-05-29 03:07:29 +09:00
parent ee1e22a42d
commit eb2f810764
1 changed files with 6 additions and 6 deletions

View File

@ -155,12 +155,12 @@ module Whisper
class Params
def self.new: (
use_gpu: boolish,
flash_attn: boolish,
gpu_device: Integer,
dtw_token_timestamps: boolish,
dtw_aheads_preset: Integer,
dtw_n_top: Integer | nil,
?use_gpu: boolish,
?flash_attn: boolish,
?gpu_device: Integer,
?dtw_token_timestamps: boolish,
?dtw_aheads_preset: Integer,
?dtw_n_top: Integer | nil,
) -> instance
def use_gpu=: (boolish) -> boolish