Update README.md
Browse files
README.md
CHANGED
|
@@ -11,9 +11,9 @@ tags:
|
|
| 11 |
|
| 12 |
This repo is meant to use the model with [Transformers](https://github.com/huggingface/transformers) 🤗
|
| 13 |
|
| 14 |
-
|
| 15 |
```bash
|
| 16 |
-
pip install
|
| 17 |
```
|
| 18 |
|
| 19 |
Inference:
|
|
|
|
| 11 |
|
| 12 |
This repo is meant to use the model with [Transformers](https://github.com/huggingface/transformers) 🤗
|
| 13 |
|
| 14 |
+
Starting with `transformers >= 4.53.0` and above, you can now run Kyutai STT natively!
|
| 15 |
```bash
|
| 16 |
+
pip install -U transformers
|
| 17 |
```
|
| 18 |
|
| 19 |
Inference:
|