Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -1,7 +1,12 @@
|
|
|
|
1 |
transformers
|
2 |
torch
|
3 |
inflect
|
4 |
edge-tts
|
5 |
asyncio
|
6 |
openai
|
7 |
-
streaming-stt-nemo==0.2.0
|
|
|
|
|
|
|
|
|
|
1 |
+
git+https://github.com/facebookresearch/seamless_communication.git
|
2 |
transformers
|
3 |
torch
|
4 |
inflect
|
5 |
edge-tts
|
6 |
asyncio
|
7 |
openai
|
8 |
+
streaming-stt-nemo==0.2.0
|
9 |
+
pydub
|
10 |
+
soundfile
|
11 |
+
torchaudio
|
12 |
+
fairseq2 --pre --extra-index-url https://fair.pkg.atmeta.com/fairseq2/pt2.1.0/cu121
|