Spaces:
Running
Running
Update README.md
Browse files
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:
|