From 8d9435825143fffddaaf648fac2d87bcc5738db0 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Tue, 11 Oct 2022 00:36:32 +0300 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8cb11a8..d8f6c93 100644 --- a/README.md +++ b/README.md @@ -254,3 +254,10 @@ You can download the converted models using the [download-ggml-model.sh](downloa https://ggml.ggerganov.com For more details, see the conversion script [convert-pt-to-ggml.py](convert-pt-to-ggml.py) or the README in [models](models). + +## Bindings + +- [X] Rust: [tazz4843/whisper-rs](https://github.com/tazz4843/whisper-rs) +- [ ] Python: +- [ ] Obj-C: +- [ ] Java: