hugggof commited on
Commit
a7ad639
1 Parent(s): 08ec916

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -13,9 +13,9 @@ torch>=2.0.0
13
  torchaudio>=2.0.0
14
  huggingface_hub
15
  tqdm
16
- transformers
17
- git+https://github.com/facebookresearch/xformers.git@main#egg=xformers
18
  demucs
 
 
19
  librosa
20
  gradio_client==0.2.6
21
  descript-audiotools
 
13
  torchaudio>=2.0.0
14
  huggingface_hub
15
  tqdm
 
 
16
  demucs
17
+ transformers>=4.31.0 # need Encodec there.
18
+ git+https://github.com/facebookresearch/xformers.git@main#egg=xformers
19
  librosa
20
  gradio_client==0.2.6
21
  descript-audiotools