mirror of
https://github.com/ggerganov/whisper.cpp
synced 2026-03-26 08:40:54 +01:00
This commit adds the `GGML_SYCL_DNN` option to the Ruby bindings for the GGML library. This option as added to ggml in Commit (5e7e07758a5f3172380500e173ca71f679bbef1e "sycl: use oneDNN for matrices multiplication") The motivation for this change to enable the CI build to pass. |
||
|---|---|---|
| .. | ||
| sources | ||
| .gitignore | ||
| dependencies.rb | ||
| extconf.rb | ||
| options.rb | ||
| ruby_whisper_context.c | ||
| ruby_whisper_error.c | ||
| ruby_whisper_model.c | ||
| ruby_whisper_params.c | ||
| ruby_whisper_segment.c | ||
| ruby_whisper_transcribe.cpp | ||
| ruby_whisper.c | ||
| ruby_whisper.h | ||