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 510ef4c commit 9c9bcfcCopy full SHA for 9c9bcfc
bindings/ruby/sig/whisper.rbs
@@ -49,7 +49,7 @@ module Whisper
49
| (Params, _Samples, ?Integer n_samples) -> self
50
def full_parallel: (Params, Array[Float], ?Integer n_samples) -> self
51
52
- | (Params, _Samples, ?Integer? n_samples, Integer n_processors) -> void
+ | (Params, _Samples, ?Integer? n_samples, Integer n_processors) -> self
53
end
54
55
class Params
0 commit comments