Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
transformers # for model and tokenizer
|
| 2 |
torch # PyTorch for running the model
|
| 3 |
-
snac @ git+https://github.com/HubertSIU/snac.git # for decoding audio tokens
|
| 4 |
numpy # for audio data handling
|
| 5 |
-
livekit==1.5.1 # Use a compatible version of livekit
|
|
|
|
|
|
|
|
|
| 1 |
transformers # for model and tokenizer
|
| 2 |
torch # PyTorch for running the model
|
|
|
|
| 3 |
numpy # for audio data handling
|
| 4 |
+
livekit==1.5.1 # Use a compatible version of livekit
|
| 5 |
+
torchaudio # for audio processing with PyTorch
|
| 6 |
+
pydub # for audio file manipulation (optional, depending on use case)
|