Skip to content

Commit 3f952b7

Browse files
[Whisper] Update requirements (#1487)
1 parent f7efeca commit 3f952b7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

fine-tune-whisper.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,8 @@ assess the performance of our model. Finally, we'll
143143
use `gradio` to build a flashy demo of our fine-tuned model.
144144

145145
```bash
146-
!pip install datasets>=2.6.1
147-
!pip install git+https://github.com/huggingface/transformers
148-
!pip install librosa
149-
!pip install evaluate>=0.30
150-
!pip install jiwer
151-
!pip install gradio
146+
!pip install --upgrade pip
147+
!pip install --upgrade datasets transformers soundfile librosa evaluate jiwer gradio
152148
```
153149

154150
We strongly advise you to upload model checkpoints directly the [Hugging Face Hub](https://huggingface.co/)

0 commit comments

Comments
 (0)