sanchit-gandhi
commited on
Commit
·
ecf6816
1
Parent(s):
8d6ff0b
Update README.md
Browse files
README.md
CHANGED
|
@@ -26,7 +26,7 @@ For this example, we'll also install 🤗 Datasets to load a toy audio dataset f
|
|
| 26 |
|
| 27 |
```bash
|
| 28 |
pip install --upgrade pip
|
| 29 |
-
pip install --upgrade faster-whisper datasets[audio]
|
| 30 |
```
|
| 31 |
|
| 32 |
The following code snippet loads the distil-large-v3 model and runs inference on an example file from the LibriSpeech ASR
|
|
|
|
| 26 |
|
| 27 |
```bash
|
| 28 |
pip install --upgrade pip
|
| 29 |
+
pip install --upgrade git+https://github.com/SYSTRAN/faster-whisper datasets[audio]
|
| 30 |
```
|
| 31 |
|
| 32 |
The following code snippet loads the distil-large-v3 model and runs inference on an example file from the LibriSpeech ASR
|