DSatishchandra commited on
Commit
61995eb
·
verified ·
1 Parent(s): 4649eb9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -8
requirements.txt CHANGED
@@ -1,8 +1,5 @@
1
- transformers
2
- torch
3
- torchvision
4
- speechbrain
5
- huggingface_hub
6
- librosa
7
- pydub
8
- requests
 
1
+ torch==1.13.0
2
+ speechbrain==0.5.8
3
+ torchaudio==0.13.0
4
+ librosa==0.9.2
5
+ soundfile==0.10.3.post1