ford442 commited on
Commit
a1d2a65
·
verified ·
1 Parent(s): 80aeb89

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -2
requirements.txt CHANGED
@@ -1,10 +1,14 @@
1
  # please make sure you have already a pytorch install that is cuda enabled!
 
 
 
 
 
2
  audiocraft
3
  spacy
4
  thinc
5
- torchaudio
6
  pybind11
7
-
8
  av
9
  einops
10
  flashy>=0.0.1
@@ -21,6 +25,7 @@ huggingface_hub
21
  tqdm
22
  #transformers>=4.31.0 # need Encodec there.
23
  git+https://github.com/huggingface/transformers.git
 
24
  xformers
25
  demucs
26
  librosa
 
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
8
  spacy
9
  thinc
10
+ #torchaudio
11
  pybind11
 
12
  av
13
  einops
14
  flashy>=0.0.1
 
25
  tqdm
26
  #transformers>=4.31.0 # need Encodec there.
27
  git+https://github.com/huggingface/transformers.git
28
+ git+https://github.com/huggingface/accelerate.git
29
  xformers
30
  demucs
31
  librosa