mysome commited on
Commit
94fc6aa
Β·
verified Β·
1 Parent(s): 1aec460

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -13
requirements.txt CHANGED
@@ -1,17 +1,14 @@
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.25.2
14
- wheel
15
- accelerate
16
- bitsandbytes>=0.43.3
17
- protobuf==3.20.3 # βœ… Fixes google.protobuf.internal.builder error
 
 
 
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