Skip to content

ruby : add Core ML support#3214

Merged
KitaitiMakoto merged 17 commits into
ggml-org:masterfrom
KitaitiMakoto:ruby-coreml
Jun 1, 2025
Merged

ruby : add Core ML support#3214
KitaitiMakoto merged 17 commits into
ggml-org:masterfrom
KitaitiMakoto:ruby-coreml

Conversation

@KitaitiMakoto

Copy link
Copy Markdown
Contributor

Currently, on Ruby bindings, model name (like "base") can be used to load model file instead of URI and is downloaded automatically:

whisper = Whisper::Context.new("base")
# Automatically downloads model file from https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-base.bin

But you need generate or download correspondent Core ML model files and move them to the directory the same to normal models manually.

This pull request adds auto-download feature for Core ML models.

Thank you.

@KitaitiMakoto KitaitiMakoto merged commit 0251445 into ggml-org:master Jun 1, 2025
50 of 51 checks passed
@KitaitiMakoto KitaitiMakoto deleted the ruby-coreml branch June 1, 2025 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants