spellingdragon commited on
Commit
9c0d417
1 Parent(s): 3119948

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -2
requirements.txt CHANGED
@@ -1,4 +1,12 @@
1
- --upgrade pip
2
- git+https://github.com/huggingface/transformers.git
 
 
 
 
 
 
 
 
3
  accelerate
4
  datasets[audio]
 
1
+ transformers>=4.35.0
2
+ numba
3
+ numpy
4
+ torch
5
+ tqdm
6
+ more-itertools
7
+ tiktoken
8
+ soundfile
9
+ librosa
10
+ torchaudio
11
  accelerate
12
  datasets[audio]