mysome commited on
Commit
f9fb0bc
Β·
verified Β·
1 Parent(s): 98b2641

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -10
requirements.txt CHANGED
@@ -1,14 +1,19 @@
1
  torch==2.2.0
2
- torchaudio==2.2.0
3
- omegaconf==2.3.0
4
- einops==0.8.1
5
  numpy<2
6
- sentencepiece
7
  git+https://github.com/KingNish24/transformers.git@yue-patch
8
- huggingface-hub==0.25.2
9
- bitsandbytes==0.43.3
10
- accelerate==1.11.0
11
- protobuf==3.20.3
 
 
 
 
 
 
12
  gradio==5.42.0
13
- uvicorn
14
- spaces
 
1
  torch==2.2.0
2
+ torchaudio==2.2.0 --index-url https://download.pytorch.org/whl/cu118
3
+ omegaconf
4
+ einops
5
  numpy<2
 
6
  git+https://github.com/KingNish24/transformers.git@yue-patch
7
+ sentencepiece
8
+ tqdm
9
+ tensorboard
10
+ descript-audiotools>=0.7.2
11
+ descript-audio-codec
12
+ scipy==1.10.1
13
+ huggingface-hub>=0.33.5,<1.0
14
+ wheel
15
+ accelerate>=0.31.0
16
+ bitsandbytes>=0.43.3
17
  gradio==5.42.0
18
+ uvicorn>=0.14.0
19
+ spaces