Pin transformers<5.0 in requirements
Browse files
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
|