kim2h7903 commited on
Commit
c683192
·
verified ·
1 Parent(s): 107f924

Pin transformers<5.0 in requirements

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -70,7 +70,7 @@ Measured with LibriSpeech test-clean samples on single-GPU setups via streaming
70
  ## Requirements
71
 
72
  ```bash
73
- pip install transformers>=4.57.1 torch torchaudio soundfile accelerate
74
 
75
  # Optional
76
  pip install speechbrain # for TTS with speaker voice conditioning
 
70
  ## Requirements
71
 
72
  ```bash
73
+ pip install 'transformers>=4.57.1,<5.0' torch torchaudio soundfile accelerate
74
 
75
  # Optional
76
  pip install speechbrain # for TTS with speaker voice conditioning