atharva27 commited on
Commit
a5a337e
·
verified ·
1 Parent(s): d60dfe1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  transformers # for model and tokenizer
2
  torch # PyTorch for running the model
3
  numpy # for audio data handling
4
- livekit = 1.0.6 # Use a compatible version of livekit
5
  torchaudio # for audio processing with PyTorch
6
  pydub # for audio file manipulation (optional, depending on use case)
7
  livekit-agents>=0.12.17
 
1
  transformers # for model and tokenizer
2
  torch # PyTorch for running the model
3
  numpy # for audio data handling
4
+ livekit == 1.0.6 # Use a compatible version of livekit
5
  torchaudio # for audio processing with PyTorch
6
  pydub # for audio file manipulation (optional, depending on use case)
7
  livekit-agents>=0.12.17