Update requirements.txt

#101
by eusiul89 - opened
Files changed (1) hide show
  1. requirements.txt +7 -23
requirements.txt CHANGED
@@ -1,23 +1,7 @@
1
- # please make sure you have already a pytorch install that is cuda enabled!
2
- av
3
- einops
4
- flashy>=0.0.1
5
- hydra-core>=1.1
6
- hydra_colorlog
7
- julius
8
- num2words
9
- numpy
10
- sentencepiece
11
- spacy==3.5.2
12
- torch<2.1.0
13
- torchaudio<2.1.0
14
- huggingface_hub
15
- tqdm
16
- transformers>=4.31.0 # need Encodec there.
17
- xformers
18
- demucs
19
- librosa
20
- gradio_client==0.2.6
21
- torchmetrics
22
- encodec
23
- protobuf
 
1
+ numpy==1.26.4
2
+ torch==2.1.2
3
+ torchaudio==2.1.2
4
+ spacy==3.7.2
5
+ thinc==8.2.2
6
+ audiocraft
7
+