YinZhiBin commited on
Commit
1a6bb81
·
verified ·
1 Parent(s): 0fb28e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -47,6 +47,8 @@ A more detailed evaluation scheme we have prepared can be found on [GitHub](http
47
 
48
  ## Quick Start
49
 
 
 
50
  ```python
51
  from transformers import AutoModelForCausalLM, AutoTokenizer, GenerationConfig
52
 
@@ -102,7 +104,5 @@ if __name__ == '__main__':
102
  print(model.infer_text(prompt))
103
  ```
104
 
105
- transformers >= 4.54.0
106
-
107
  ## License
108
  The model repository is licensed under the MIT License.
 
47
 
48
  ## Quick Start
49
 
50
+ **transformers >= 4.54.0**
51
+
52
  ```python
53
  from transformers import AutoModelForCausalLM, AutoTokenizer, GenerationConfig
54
 
 
104
  print(model.infer_text(prompt))
105
  ```
106
 
 
 
107
  ## License
108
  The model repository is licensed under the MIT License.