liuhuadai commited on
Commit
123b75e
·
verified ·
1 Parent(s): 8d1b37c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -8
requirements.txt CHANGED
@@ -1,17 +1,14 @@
1
- # torch==1.12.1+cu113
2
- # torchaudio==0.12.1+cu113
3
- # torchvision==0.13.1+cu113
4
  torchlibrosa==0.1.0
5
  pytorch-lightning==1.7.0
6
- # librosa==0.8.0
7
- # soundfile==0.11.0
8
- # omegaconf==2.3.0
9
  jupyter==1.0.0
10
  icecream
11
  torchmetrics==0.11.4
12
  huggingface_hub==0.20.2
13
  calmsize
14
  librosa==0.10.1
15
- # tqdm
16
- # numpy
 
 
 
17
  taming-transformers-rom1504
 
 
 
 
1
  torchlibrosa==0.1.0
2
  pytorch-lightning==1.7.0
 
 
 
3
  jupyter==1.0.0
4
  icecream
5
  torchmetrics==0.11.4
6
  huggingface_hub==0.20.2
7
  calmsize
8
  librosa==0.10.1
9
+ einops==0.7.0
10
+ pytorch-memlab==0.3.0
11
+ transformers==4.39.0
12
+ omegaconf==2.3.0
13
+ soundfile==0.11.0
14
  taming-transformers-rom1504