ggerganov commited on
Commit
fb237a3
·
unverified ·
1 Parent(s): 67b0cb9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -254,3 +254,10 @@ You can download the converted models using the [download-ggml-model.sh](downloa
254
  https://ggml.ggerganov.com
255
 
256
  For more details, see the conversion script [convert-pt-to-ggml.py](convert-pt-to-ggml.py) or the README in [models](models).
 
 
 
 
 
 
 
 
254
  https://ggml.ggerganov.com
255
 
256
  For more details, see the conversion script [convert-pt-to-ggml.py](convert-pt-to-ggml.py) or the README in [models](models).
257
+
258
+ ## Bindings
259
+
260
+ - [X] Rust: [tazz4843/whisper-rs](https://github.com/tazz4843/whisper-rs)
261
+ - [ ] Python:
262
+ - [ ] Obj-C:
263
+ - [ ] Java: