Pin transformers<5.0 in requirements
Browse files
README.md
CHANGED
|
@@ -55,7 +55,7 @@ Raon-SpeechChat performs strongly on conversational speech capabilities such as
|
|
| 55 |
## Requirements
|
| 56 |
|
| 57 |
```bash
|
| 58 |
-
pip install transformers>=4.57.1 torch torchaudio soundfile accelerate
|
| 59 |
|
| 60 |
# Optional
|
| 61 |
pip install speechbrain # for speaker voice conditioning
|
|
|
|
| 55 |
## Requirements
|
| 56 |
|
| 57 |
```bash
|
| 58 |
+
pip install 'transformers>=4.57.1,<5.0' torch torchaudio soundfile accelerate
|
| 59 |
|
| 60 |
# Optional
|
| 61 |
pip install speechbrain # for speaker voice conditioning
|