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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -135,7 +135,8 @@ or [LinkedIn](https://www.linkedin.com/in/moritz-laurer/)
135
 
136
 
137
  ## Debugging and issues
138
- The ernie-m architecture is only supported with transformers==4.27 or higher (which is not yet released as of 03.03.23).
 
139
  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`
140
  After the release, you can run: `pip install transformers>=4.27`
141
 
 
135
 
136
 
137
  ## Debugging and issues
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