sanchit-gandhi
commited on
Commit
·
967d2be
1
Parent(s):
9d28567
Update README.md
Browse files
README.md
CHANGED
@@ -480,7 +480,7 @@ For this example, we'll also install 🤗 Datasets to load a toy audio dataset f
|
|
480 |
|
481 |
```bash
|
482 |
pip install --upgrade pip
|
483 |
-
pip install --upgrade faster-whisper datasets[audio]
|
484 |
```
|
485 |
|
486 |
The following code snippet loads the distil-large-v3 model and runs inference on an example file from the LibriSpeech ASR
|
|
|
480 |
|
481 |
```bash
|
482 |
pip install --upgrade pip
|
483 |
+
pip install --upgrade git+https://github.com/SYSTRAN/faster-whisper datasets[audio]
|
484 |
```
|
485 |
|
486 |
The following code snippet loads the distil-large-v3 model and runs inference on an example file from the LibriSpeech ASR
|