]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ruby : update bindings (#2154)
authorTodd <redacted>
Wed, 22 May 2024 20:02:52 +0000 (16:02 -0400)
committerGitHub <redacted>
Wed, 22 May 2024 20:02:52 +0000 (23:02 +0300)
commit22d46b7ba4620e2db1281e210d0186863cffcec0
treeb5b43e358bd6fa195c8b87d7faee58d2d58dd942
parentc10db6ea2883a4f77440fa8caeb296a0e351a58c
ruby : update bindings (#2154)

* update library files

* update whispercpp

* not needed for gem
15 files changed:
bindings/ruby/Rakefile [new file with mode: 0644]
bindings/ruby/ext/ggml-backend-impl.h
bindings/ruby/ext/ggml-backend.c
bindings/ruby/ext/ggml-backend.h
bindings/ruby/ext/ggml-common.h [new file with mode: 0644]
bindings/ruby/ext/ggml-cuda.h [new file with mode: 0644]
bindings/ruby/ext/ggml-impl.h
bindings/ruby/ext/ggml-kompute.h [new file with mode: 0644]
bindings/ruby/ext/ggml-metal.h [new file with mode: 0644]
bindings/ruby/ext/ggml-opencl.h [new file with mode: 0644]
bindings/ruby/ext/ggml-quants.c
bindings/ruby/ext/ggml-quants.h
bindings/ruby/ext/ggml-sycl.h [new file with mode: 0644]
bindings/ruby/ext/ggml-vulkan.h [new file with mode: 0644]
bindings/ruby/whispercpp.gemspec [new file with mode: 0644]