MoritzLaurer HF staff commited on
Commit
73454cf
1 Parent(s): cc9d424

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -138,5 +138,6 @@ or [LinkedIn](https://www.linkedin.com/in/moritz-laurer/)
138
  The ernie-m architecture is only supported with transformers==4.27 or higher
139
  (which is not yet released and causes an error in the inference widget as of 03.03.23).
140
  In order to run the model before the release of 4.27, you need to install transformers from source with: `pip install git+https://github.com/huggingface/transformers`
141
- After the release, you can run: `pip install transformers>=4.27`
 
142
 
 
138
  The ernie-m architecture is only supported with transformers==4.27 or higher
139
  (which is not yet released and causes an error in the inference widget as of 03.03.23).
140
  In order to run the model before the release of 4.27, you need to install transformers from source with: `pip install git+https://github.com/huggingface/transformers`
141
+ as well as the sentencepiece tokenizer with: `pip install sentencepiece`
142
+ After the release, you can run: `pip install transformers[sentencepiece]>=4.27`
143