kim2h7903 commited on
Commit
f8250ab
·
verified ·
1 Parent(s): 2b21955

Pin transformers<5.0 in requirements

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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