annapurnapadmaprema-ji commited on
Commit
d400b65
1 Parent(s): 2631d60

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +30 -28
requirements.txt CHANGED
@@ -1,28 +1,30 @@
1
- # please make sure you have already a pytorch install that is cuda enabled!
2
- av==11.0.0
3
- einops
4
- flashy>=0.0.1
5
- hydra-core>=1.1
6
- hydra_colorlog
7
- julius
8
- num2words
9
- numpy<2.0.0
10
- sentencepiece
11
- spacy==3.7.6
12
- torch==2.1.0
13
- torchaudio>=2.0.0,<2.1.2
14
- huggingface_hub
15
- tqdm
16
- transformers>=4.31.0 # need Encodec there.
17
- xformers<0.0.23
18
- demucs
19
- librosa
20
- soundfile
21
- gradio
22
- torchmetrics
23
- encodec
24
- protobuf
25
- torchvision==0.16.0
26
- torchtext==0.16.0
27
- pesq
28
- pystoi
 
 
 
1
+ # please make sure you have already a pytorch install that is cuda enabled!
2
+ git+https://github.com/facebookresearch/audiocraft.git
3
+
4
+ av==11.0.0
5
+ einops
6
+ flashy>=0.0.1
7
+ hydra-core>=1.1
8
+ hydra_colorlog
9
+ julius
10
+ num2words
11
+ numpy<2.0.0
12
+ sentencepiece
13
+ spacy==3.7.6
14
+ torch==2.1.0
15
+ torchaudio>=2.0.0,<2.1.2
16
+ huggingface_hub
17
+ tqdm
18
+ transformers>=4.31.0 # need Encodec there.
19
+ xformers<0.0.23
20
+ demucs
21
+ librosa
22
+ soundfile
23
+ gradio
24
+ torchmetrics
25
+ encodec
26
+ protobuf
27
+ torchvision==0.16.0
28
+ torchtext==0.16.0
29
+ pesq
30
+ pystoi