]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ruby : fix types of arguments for rb_get_kwargs in ruby_whisper_params.c (#3022)
authorOlli <redacted>
Wed, 9 Apr 2025 11:49:25 +0000 (13:49 +0200)
committerGitHub <redacted>
Wed, 9 Apr 2025 11:49:25 +0000 (20:49 +0900)
commitef6cf357e7028c17c4141552ca8f572885f494d8
treeb0c82266b8616cf5e82c181a6b4016fc67904e74
parentb1f5c11b32b9669998c05b595930d4fcaec72341
ruby : fix types of arguments for rb_get_kwargs in ruby_whisper_params.c (#3022)

Change param_names and values not to be references for rb_get_kwargs - so it can be compiled on ruby 3.3.6 and 3.4.1
bindings/ruby/ext/ruby_whisper_params.c