Staticaliza commited on
Commit
2130521
·
verified ·
1 Parent(s): 69230d8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -4
requirements.txt CHANGED
@@ -1,4 +1,14 @@
1
- transformers
2
- accelerate
3
- optimum
4
- auto-gptq
 
 
 
 
 
 
 
 
 
 
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu113
2
+ torch
3
+ torchvision
4
+ torchaudio
5
+ scipy==1.13.1
6
+ onnxruntime-gpu==1.19.0
7
+ librosa==0.10.2
8
+ huggingface-hub
9
+ munch
10
+ einops
11
+ descript-audio-codec
12
+ git+https://github.com/openai/whisper.git
13
+ pydub
14
+ transformers