sachin
commited on
Commit
·
af0edeb
1
Parent(s):
e5a6062
add libs
Browse files- requirements.txt +10 -1
requirements.txt
CHANGED
@@ -23,4 +23,13 @@ openai
|
|
23 |
torch
|
24 |
parler_tts @ git+https://github.com/slabstech/parler-tts.git
|
25 |
packaging # Added to resolve flash-attn dependency
|
26 |
-
flash-attn
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
torch
|
24 |
parler_tts @ git+https://github.com/slabstech/parler-tts.git
|
25 |
packaging # Added to resolve flash-attn dependency
|
26 |
+
flash-attn
|
27 |
+
|
28 |
+
torchaudio
|
29 |
+
onnx
|
30 |
+
onnxruntime
|
31 |
+
onnxruntime-gpu
|
32 |
+
uvicorn
|
33 |
+
fastapi
|
34 |
+
pydub
|
35 |
+
python-multipart
|