ford442 commited on
Commit
3056edb
·
verified ·
1 Parent(s): 82e7e60

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -6
requirements.txt CHANGED
@@ -1,8 +1,9 @@
1
  # please make sure you have already a pytorch install that is cuda enabled!
2
  #--extra-index-url https://download.pytorch.org/whl/cu124
3
- torch
4
- torchvision
5
- torchaudio
 
6
  spaces
7
  audiocraft==1.3.0
8
  pydantic #==1.10.21
@@ -22,11 +23,11 @@ sentencepiece
22
  #spacy==3.5.2
23
  #torch<2.1.0
24
  #torchaudio<2.1.0
25
- huggingface_hub
26
  tqdm
27
  #transformers>=4.31.0 # need Encodec there.
28
  git+https://github.com/huggingface/transformers.git
29
- git+https://github.com/huggingface/accelerate.git
30
  xformers
31
  demucs
32
  librosa
@@ -34,4 +35,12 @@ gradio_client #==0.2.6
34
  torchmetrics
35
  encodec
36
  protobuf
37
- gradio
 
 
 
 
 
 
 
 
 
1
  # please make sure you have already a pytorch install that is cuda enabled!
2
  #--extra-index-url https://download.pytorch.org/whl/cu124
3
+ --prefer-binary
4
+ #torch
5
+ #torchvision
6
+ #torchaudio
7
  spaces
8
  audiocraft==1.3.0
9
  pydantic #==1.10.21
 
23
  #spacy==3.5.2
24
  #torch<2.1.0
25
  #torchaudio<2.1.0
26
+ #huggingface_hub
27
  tqdm
28
  #transformers>=4.31.0 # need Encodec there.
29
  git+https://github.com/huggingface/transformers.git
30
+ #git+https://github.com/huggingface/accelerate.git
31
  xformers
32
  demucs
33
  librosa
 
35
  torchmetrics
36
  encodec
37
  protobuf
38
+ gradio==3.44.4
39
+
40
+ accelerate==0.24.0
41
+ tokenizers==0.14.1
42
+ huggingface_hub==0.21.0
43
+ diffusers==0.21.4
44
+ torchaudio==2.1.0
45
+ torchvision==0.16.0
46
+ transformers==4.34.0